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;
|
||||
|
||||
# Sync clouds
|
||||
{
|
||||
pushd "$dir" > /dev/null;
|
||||
. "../rclone/InstallSync.sh" nextcloud "$NEXTCLOUD_DIR";
|
||||
pushd "$dir" > /dev/null;
|
||||
. "../rclone/InstallSync.sh" nextcloud "$NEXTCLOUD_DIR";
|
||||
|
||||
if [ ! -z "$INSTALL_FONTS" ]
|
||||
then
|
||||
# Install fonts
|
||||
source "../Fonts/NerdFont/install.sh";
|
||||
fi;
|
||||
if [ ! -z "$INSTALL_FONTS" ]
|
||||
then
|
||||
# Install fonts
|
||||
source "../Fonts/NerdFont/install.sh";
|
||||
fi;
|
||||
|
||||
source "../bash/oh-my-posh.sh";
|
||||
source "../Oh My Posh/install.sh";
|
||||
popd > /dev/null;
|
||||
} &
|
||||
source "../bash/oh-my-posh.sh";
|
||||
source "../Oh My Posh/install.sh";
|
||||
popd > /dev/null;
|
||||
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue