mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
fix change_url²
This commit is contained in:
parent
eca97b65aa
commit
db7dcbdd1b
2 changed files with 8 additions and 3 deletions
|
@ -80,9 +80,15 @@ then
|
||||||
mv $nginx_extra_conf_dir /etc/nginx/conf.d/$new_domain.d/$app.d
|
mv $nginx_extra_conf_dir /etc/nginx/conf.d/$new_domain.d/$app.d
|
||||||
|
|
||||||
# Store file checksum for the new config file location
|
# Store file checksum for the new config file location
|
||||||
|
if [ $phpversion != "none" ]
|
||||||
|
then
|
||||||
ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.d/php.conf"
|
ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.d/php.conf"
|
||||||
|
fi
|
||||||
|
if [ $custom_error_file -eq 1 ]
|
||||||
|
then
|
||||||
ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.d/code-error.conf"
|
ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.d/code-error.conf"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DEACTIVE MAINTENANCE MODE
|
# DEACTIVE MAINTENANCE MODE
|
||||||
|
|
|
@ -33,7 +33,6 @@ test_format = 1.0
|
||||||
|
|
||||||
[none_test]
|
[none_test]
|
||||||
|
|
||||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
|
||||||
args.phpversion = "none"
|
args.phpversion = "none"
|
||||||
|
|
||||||
[mysql_test]
|
[mysql_test]
|
||||||
|
|
Loading…
Add table
Reference in a new issue