Просмотр исходного кода

Remove "nothing to do"-output.

Raphael Schneeberger 7 лет назад
Родитель
Сommit
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