1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adminer_ynh.git synced 2024-09-03 18:06:06 +02:00

Updated change_url

This commit is contained in:
anmol26s 2017-07-26 13:58:33 +05:30
parent 088b0977c7
commit d0eaca2ebd

View file

@ -33,7 +33,7 @@ nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf
# Change the path in the nginx config file
if [ $change_path -eq 1 ]
then
ynh_replace_string "location $old_path" "location $new_path" "$nginx_conf_path"
ynh_replace_string "$old_path" "$new_path" "$nginx_conf_path"
fi
# Change the domain for nginx