diff --git a/check_process b/check_process index 37619df..3f57549 100644 --- a/check_process +++ b/check_process @@ -2,7 +2,7 @@ ; Manifest domain="domain.tld" path="/path" - password="mysecret" + password="1Strong-Password" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -11,7 +11,8 @@ setup_private=0 setup_public=0 upgrade=1 - upgrade=1 from_commit=099f63413f120982232a77fd4ff5f62530d546ad + #0.7.1~ynh2 + upgrade=1 from_commit=7c074c7b18322cde08c4eb57ffbc5ae174b7ae65 backup_restore=1 multi_instance=0 change_url=1 @@ -19,6 +20,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=099f63413f120982232a77fd4ff5f62530d546ad - name=Testing (#57) + ; commit=7c074c7b18322cde08c4eb57ffbc5ae174b7ae65 + name=Testing #60 manifest_arg=domain=DOMAIN&path=PATH&password=mysecret& diff --git a/scripts/actions/reset_admin_password b/scripts/actions/reset_admin_password index c2b0be8..5ba0a3d 100644 --- a/scripts/actions/reset_admin_password +++ b/scripts/actions/reset_admin_password @@ -54,4 +54,4 @@ ynh_store_file_checksum --file="${final_path}/config/baikal.yaml" # END OF SCRIPT #================================================= -ynh_script_progression --message="Execution completed" --last \ No newline at end of file +ynh_script_progression --message="Execution completed" --last diff --git a/scripts/restore b/scripts/restore index ad45e6e..668eab0 100644 --- a/scripts/restore +++ b/scripts/restore @@ -93,7 +93,7 @@ ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./ #================================================= # Set permissions -chown $app "$final_path/config/baikal.yaml" +chown $app: "$final_path/config/baikal.yaml" chmod 640 "$final_path/config/baikal.yaml" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 4f35451..f05fa73 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -188,7 +188,7 @@ fi #================================================= # Set permissions -chown $app "$final_path/config/baikal.yaml" +chown $app: "$final_path/config/baikal.yaml" chmod 640 "$final_path/config/baikal.yaml" #=================================================