Skip to content

Commit bd3b8cf

Browse files
author
Christoph Schläpfer
committed
Fixed left over text error
1 parent 020d22a commit bd3b8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-delete-sys-snappymail

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SM_LOG="/var/log/snappymail"
2929

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

0 commit comments

Comments
 (0)