From 4ae846ad26548570c8d328296987552b51c73b55 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 22 Mar 2022 05:05:15 +0100 Subject: [PATCH] fix a typo? (weight) --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6ba3d02..635be25 100644 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ chown $app:$app $final_path/.env #================================================= # SETUP SSOWAT #================================================= -ynh_script_progression --message="Configuring permissions..." --weight=50 +ynh_script_progression --message="Configuring permissions..." --weight=1 # Make app public if necessary if [ $is_public -eq 1 ]