Преглед на файлове

Remove "nothing to do"-output.

Raphael Schneeberger преди 7 години
родител
ревизия
f5b9262259
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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
 if [ "$ORIGINAL_PORT" = "$PORT" ]; then
-    echo "nothing to do"
     # Nothing to do, exit
     exit
 else