mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-06 10:36:24 +08:00
also does not need to be interactive
Signed-off-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
b11f22b0e5
commit
6e73180dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -608,7 +608,7 @@ rm "$TARGET_DIRECTORY/aio-lockfile"
|
||||||
umount "$DRIVE_MOUNTPOINT"
|
umount "$DRIVE_MOUNTPOINT"
|
||||||
|
|
||||||
if docker ps --format "{{.Names}}" | grep "^nextcloud-aio-nextcloud$"; then
|
if docker ps --format "{{.Names}}" | grep "^nextcloud-aio-nextcloud$"; then
|
||||||
docker exec -i nextcloud-aio-nextcloud bash /notify.sh "Rsync backup successful!" "Synced the backup repository successfully."
|
docker exec nextcloud-aio-nextcloud bash /notify.sh "Rsync backup successful!" "Synced the backup repository successfully."
|
||||||
else
|
else
|
||||||
echo "Synced the backup repository successfully."
|
echo "Synced the backup repository successfully."
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue