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