ソースを参照

exit 0 when no configuration exists

toastie89 10 ヶ月 前
コミット
07d52d2b90
1 ファイル変更1 行追加1 行削除
  1. 1 1
      startup.sh

+ 1 - 1
startup.sh

@@ -6,7 +6,7 @@ then
   services=$(cat /opt/docker/startup/services.conf)
 else
  echo 'services.conf file is missing, please consult README.md'
- exit 1
+ exit 0 
 fi
 
 up() {