Run cloud sync synchronously
This commit is contained in:
parent
34f5b26dee
commit
79fd79caf7
1 changed files with 10 additions and 12 deletions
|
@ -11,7 +11,6 @@ then
|
|||
fi;
|
||||
|
||||
# Sync clouds
|
||||
{
|
||||
pushd "$dir" > /dev/null;
|
||||
. "../rclone/InstallSync.sh" nextcloud "$NEXTCLOUD_DIR";
|
||||
|
||||
|
@ -24,6 +23,5 @@ fi;
|
|||
source "../bash/oh-my-posh.sh";
|
||||
source "../Oh My Posh/install.sh";
|
||||
popd > /dev/null;
|
||||
} &
|
||||
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue