diff --git a/scripts/change_url b/scripts/change_url index d6be7a5..f14775c 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -102,14 +102,6 @@ fi # MODIFY A CONFIG FILE #================================================= -# path_url="$new_path" -# domain="$new_domain" -# mail_pwd=$(ynh_string_random --length=12) - -# ynh_add_config --template=../conf/.env.example --destination=$final_path/.env - -# chmod 600 $final_path/.env - ynh_script_progression --message="Reconfiguring congif file.." --weight=1 sed -i '/APP_URL=/c\APP_URL=https://${new_domain}${new_path}' $final_path/.env