diff --git a/scripts/Config/UserProfile/personal.sh b/scripts/Config/UserProfile/personal.sh index fbc1dfa3..4b5aeffd 100755 --- a/scripts/Config/UserProfile/personal.sh +++ b/scripts/Config/UserProfile/personal.sh @@ -3,6 +3,7 @@ dir="${BASH_SOURCE%/*}"; scriptRoot="$dir/../.."; softwareRoot="$scriptRoot/Software"; configRoot="$scriptRoot/Config"; +cloudRoot="$configRoot/rclone"; # Sync clouds { diff --git a/scripts/Software/Collections/personal.sh b/scripts/Software/Collections/personal.sh index 874599af..5792f352 100755 --- a/scripts/Software/Collections/personal.sh +++ b/scripts/Software/Collections/personal.sh @@ -5,7 +5,6 @@ utilRoot="$scriptRoot/Scripts"; deviceRoot="$scriptRoot/Devices"; softwareRoot="$scriptRoot/Software"; configRoot="$scriptRoot/Config"; -cloudRoot="$configRoot/rclone"; source "$softwareRoot/rclone/install.sh";