Browse Source

Remove "nothing to do"-output.

Raphael Schneeberger 7 years ago
parent
commit
f5b9262259
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bin/v-change-sys-port

+ 0 - 1
bin/v-change-sys-port

@@ -67,7 +67,6 @@ fi
 
 
 # Check if port is different to nginx.conf
 # Check if port is different to nginx.conf
 if [ "$ORIGINAL_PORT" = "$PORT" ]; then
 if [ "$ORIGINAL_PORT" = "$PORT" ]; then
-    echo "nothing to do"
     # Nothing to do, exit
     # Nothing to do, exit
     exit
     exit
 else
 else