Fix: dropbox now mounts in the cron job

This commit is contained in:
robocopAlpha 2021-07-21 06:55:46 +03:00
parent 50047c2bab
commit 9f46d0d70e
2 changed files with 3 additions and 1 deletions

View file

@ -34,6 +34,7 @@ if [ "$(uname)" == "Darwin" ]; then
# echo "$(md5 -q ${1})"
# }
HOME_DIR=/Users/deepankar/OneDrive\ -\ O365\ Turun\ yliopisto/Git/Gitlab.DC
RCloneConfig=/Users/deepankar/.config/rclone/rclone.conf
elif [ "$(uname)" == "Linux" ]; then
# echo "Setting params for Linux..."
# getMD5()
@ -42,6 +43,7 @@ elif [ "$(uname)" == "Linux" ]; then
# echo "$(md5sum ${1} | cut -c -32)"
# }
HOME_DIR=/home/dietpi
RCloneConfig=/home/dietpi/.config/rclone/rclone.conf
else
echo "Only MacOS and Linux are supported."
exit 1