mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #5717 from foegra/patch-1
Update readme.md - Regular sync rsync script had mistake
This commit is contained in:
commit
70c0495f7a
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 -it 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
Add a link
Reference in a new issue