Skip to content

Commit

Permalink
also does not need to be interactive
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>

Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen authored Dec 6, 2024
1 parent b11f22b commit 6e73180
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 -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
echo "Synced the backup repository successfully."
fi
Expand Down

0 comments on commit 6e73180

Please sign in to comment.