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

Deleted nginx checksum from _common.sh

This commit is contained in:
Anmol 2017-07-18 16:52:46 +05:30
parent 0241c48698
commit ed4a4de6cf

View file

@ -29,7 +29,7 @@ ynh_add_nginx_config () {
if test -n "${final_path:-}"; then
ynh_replace_string "__FINALPATH__" "$final_path" "$finalnginxconf"
fi
ynh_store_checksum_config "$finalnginxconf"
sudo systemctl reload nginx
}