diff --git a/wg-manager.sh b/wg-manager.sh index 1088a13..3d110b6 100755 --- a/wg-manager.sh +++ b/wg-manager.sh @@ -63,7 +63,7 @@ function init { echo -n "$SERVER_ENDPOINT" > "keys/.server" if [ -f "keys/${SERVER_NAME}/private.key" ]; then - echo "ERROR: Server has already been initialized" + echo "Server has already been initialized" exit 0 fi