diff --git a/check_process b/check_process index f8bbf06..8737f1d 100644 --- a/check_process +++ b/check_process @@ -20,3 +20,14 @@ fail_download_source=0 port_already_use=1 (5050) final_path_already_use=0 +;;; Levels + Level 1=auto + Level 2=auto + Level 3=auto + Level 4=1 + Level 5=1 + Level 6=auto + Level 7=auto + Level 8=0 + Level 9=0 + Level 10=0 diff --git a/scripts/remove b/scripts/remove index 475ba83..88b5d46 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,5 +1,6 @@ #!/bin/bash - #set -eu + + set -u app=$YNH_APP_INSTANCE_NAME # Source app helpers diff --git a/scripts/restore b/scripts/restore index 3e2a516..d8debe6 100644 --- a/scripts/restore +++ b/scripts/restore @@ -1,4 +1,6 @@ #!/bin/bash + + set -eu app=$YNH_APP_INSTANCE_NAME # Source app helpers diff --git a/scripts/upgrade b/scripts/upgrade index b359c6b..167851e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -1,4 +1,6 @@ #!/bin/bash + + set -eu app=$YNH_APP_INSTANCE_NAME source="https://github.com/CouchPotato/CouchPotatoServer"