Skip to content

Commit

Permalink
Ignore rm postgres when doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyCook committed Oct 7, 2018
1 parent eec4c43 commit 855b7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.sh
Expand Up @@ -46,4 +46,4 @@ for op in disable stop; do
systemctl $op nextcloud-postgres || true
done

rm /etc/systemd/system/nextcloud-postgres.service
rm -f /etc/systemd/system/nextcloud-postgres.service

0 comments on commit 855b7a8

Please sign in to comment.