mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-18 02:42:25 -07:00
Fix: dropbox now mounts in the cron job
This commit is contained in:
parent
50047c2bab
commit
9f46d0d70e
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue