mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
try fix change_url
This commit is contained in:
parent
43349c273d
commit
3cfeb09440
2 changed files with 3 additions and 2 deletions
|
@ -93,7 +93,8 @@ else [ $change_path -eq 1 ]
|
|||
fi
|
||||
|
||||
# Change the domain for NGINX
|
||||
if [ $change_domain -eq 1 ]; then
|
||||
if [ $change_domain -eq 1 ]
|
||||
then
|
||||
# Delete file checksum for the old conf file location
|
||||
ynh_delete_file_checksum --file="$nginx_conf_path"
|
||||
mv $nginx_conf_path /etc/nginx/conf.d/$new_domain.d/$app.conf
|
||||
|
|
Loading…
Reference in a new issue