Allow setting cache duration for individual syncs
This commit is contained in:
parent
de061a8f2a
commit
e38d2e66ee
3 changed files with 19 additions and 4 deletions
scripts/Common/Config/UserProfile
|
@ -33,7 +33,7 @@ else
|
|||
# Sync clouds
|
||||
echo "Please complete the setup of your profile!";
|
||||
NEXTCLOUD_DIR="${NEXTCLOUD_DIR}" . "../rclone/InstallSync.sh" nextcloud "$NEXTCLOUD_DIR";
|
||||
PROTON_DIR="${PROTON_DIR}" . "../rclone/InstallSync.sh" proton "$PROTON_DIR";
|
||||
PROTON_DIR="${PROTON_DIR}" . "../rclone/InstallSync.sh" proton "$PROTON_DIR" "2w";
|
||||
|
||||
if isTruthy "$INSTALL_FONTS"
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue