From 9197d717ed3cd2dc5a6671782e1b9722f7adfc09 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 9 Dec 2023 08:52:16 +0100 Subject: [PATCH] cleaning --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index f39a267..adef410 100755 --- a/scripts/install +++ b/scripts/install @@ -72,7 +72,7 @@ popd ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --timeout="120" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #================================================= # END OF SCRIPT diff --git a/scripts/restore b/scripts/restore index dc1e79d..e89b8f0 100755 --- a/scripts/restore +++ b/scripts/restore @@ -22,7 +22,7 @@ chown -R $app:www-data "$install_dir" #================================================= # RESTORE THE MYSQL DATABASE #================================================= -ynh_script_progression --message="Restoring the MySQL database..." --weight=1 +ynh_script_progression --message="Restoring the PostgreSQL database..." --weight=1 ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./db.sql