mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-18 02:42:25 -07:00
error message when failing to mount dropbox
This commit is contained in:
parent
7c8901fee1
commit
b3dd615ede
1 changed files with 1 additions and 2 deletions
|
|
@ -23,8 +23,7 @@ if [[ -d "${HOME_DIR}/dropbox" ]]; then
|
|||
else
|
||||
mkdir "${HOME_DIR}/dropbox"
|
||||
fi
|
||||
rclone mount --daemon dropbox:blocklist "${HOME_DIR}/dropbox" --volname dropbox
|
||||
|
||||
rclone mount --daemon dropbox:blocklist "${HOME_DIR}/dropbox" --volname dropbox || { 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