diff --git a/scripts/install b/scripts/install index d8e909d..577d54e 100755 --- a/scripts/install +++ b/scripts/install @@ -160,13 +160,6 @@ ynh_replace_string "__DB_USER__" "$app" "$final_path/.env" # Set right permissions chown -R $app: $final_path -# We escape all char witch needed. -ynh_replace_special_string "__PASSWORD__" $pass "$final_path/first_run.exp" -ynh_replace_special_string "__ADMIN_PASS__" $admin_pass "$final_path/first_run.exp" -su - $app -s /bin/bash -c "$final_path/first_run.exp $final_path $domain $blog_name $admin $email $port" -ynh_secure_remove "$final_path/first_launch.exp" - - #================================================= # SETUP SYSTEMD #=================================================