mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-19 11:09:07 -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
|
|
@ -23,7 +23,7 @@ if [[ -d "${HOME_DIR}/dropbox" ]]; then
|
|||
else
|
||||
mkdir "${HOME_DIR}/dropbox"
|
||||
fi
|
||||
rclone mount --daemon dropbox:blocklist "${HOME_DIR}/dropbox" --volname dropbox || { echo "Failed to mount dropbox. Execution terminated!"; exit 1; }
|
||||
rclone mount --daemon dropbox:blocklist "${HOME_DIR}/dropbox" --volname=dropbox --config="${RCloneConfig}" || { echo "Failed to mount dropbox. Execution terminated!"; exit 1; }
|
||||
|
||||
cd "${WRK_DIR}/"
|
||||
echo $(date +%d.%m.%y-%H:%M:%S) >| lastpull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue