Skip to content

Commit

Permalink
Fixed left over text error
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Schläpfer committed Apr 4, 2024
1 parent 020d22a commit bd3b8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/v-delete-sys-snappymail
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SM_LOG="/var/log/snappymail"

# Checking root permissions
if [ "x$(id -u)" != 'x0' ]; then
echo "ERROR: v-add-sys-snappymail can only be executed by the root user"
echo "ERROR: v-delete-sys-snappymail can only be executed by the root user"
exit 10
fi

Expand Down

0 comments on commit bd3b8cf

Please sign in to comment.