Browse Source

exit 0 when no configuration exists

toastie89 10 months ago
parent
commit
07d52d2b90
1 changed files with 1 additions and 1 deletions
  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() {