From d01672a1715f151afbefea3c687ff8b24c07cd8f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 29 Apr 2021 23:02:57 +0200 Subject: [PATCH] Remove --time flags --- scripts/change_url | 2 +- scripts/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 8ca7483..fc27da0 100755 --- a/scripts/change_url +++ b/scripts/change_url @@ -33,7 +33,7 @@ port=$(ynh_app_setting_get --app=$app --key=port) #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #================================================= -ynh_script_progression --message="Backing up the app before changing its URL (may take a while)..." --time --weight=1 +ynh_script_progression --message="Backing up the app before changing its URL (may take a while)..." --weight=1 # Backup the current version of the app ynh_backup_before_upgrade diff --git a/scripts/install b/scripts/install index ea88b11..a214e20 100755 --- a/scripts/install +++ b/scripts/install @@ -153,7 +153,7 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap #================================================= # SETUP SSOWAT #================================================= -ynh_script_progression --message="Configuring permissions..." --time --weight=1 +ynh_script_progression --message="Configuring permissions..." --weight=1 ynh_permission_update --permission="main" --remove="all_users" --add="$admin" ynh_permission_create --permission="ui" --url="/ui" --allowed="$admin"