diff --git a/check_process b/check_process index aa8ac7f..650c839 100644 --- a/check_process +++ b/check_process @@ -2,9 +2,7 @@ ; Manifest domain="domain.tld" path="/path" - admin="john" is_public=1 - password="password" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -23,4 +21,5 @@ Notification=none ;;; Upgrade options ; commit=CommitHash name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&password=pass&port=666& \ No newline at end of file + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&password=pass&port=666& + \ No newline at end of file diff --git a/scripts/restore b/scripts/restore index 56d47c1..0d62dc2 100644 --- a/scripts/restore +++ b/scripts/restore @@ -5,7 +5,7 @@ #================================================= # Keep this path for calling _common.sh inside the execution's context of backup and restore scripts -source _common.sh +source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers #=================================================