format
This commit is contained in:
parent
b0c7cb8850
commit
69258f9af5
@ -146,9 +146,9 @@ done
|
|||||||
[[ "$restore" == "true" ]] && restore && exit
|
[[ "$restore" == "true" ]] && restore && exit
|
||||||
[[ "$mount" == "true" ]] && mount && exit
|
[[ "$mount" == "true" ]] && mount && exit
|
||||||
if [[ "$backup" == "true" && "$sync" == "true" ]]; then # Run backup and sync at the same time
|
if [[ "$backup" == "true" && "$sync" == "true" ]]; then # Run backup and sync at the same time
|
||||||
echo "🅁 🅄 🄽 🄽 🄸 🄽 🄶 🅃 🄰 🅂 🄺 🅂 :"
|
echo "🅃 🄰 🅂 🄺 🅂 :"
|
||||||
echo -e "Backing up ix-applications dataset\nSyncing catalog(s)"
|
echo -e "-Backing up ix-applications dataset\n-Syncing catalog(s)"
|
||||||
echo -e "This can take a LONG time, please wait for the output..\n"
|
echo -e "This can take a LONG time, please wait for both output..\n"
|
||||||
backup &
|
backup &
|
||||||
sync &
|
sync &
|
||||||
wait
|
wait
|
||||||
|
Loading…
Reference in New Issue
Block a user