Skip to content

Commit

Permalink
Merge pull request #5717 from foegra/patch-1
Browse files Browse the repository at this point in the history
Update readme.md - Regular sync rsync script had mistake
  • Loading branch information
szaimen authored Dec 6, 2024
2 parents 1c4026f + 6e73180 commit 70c0495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ rm "$TARGET_DIRECTORY/aio-lockfile"
umount "$DRIVE_MOUNTPOINT"

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
echo "Synced the backup repository successfully."
fi
Expand Down

0 comments on commit 70c0495

Please sign in to comment.