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:
parent
0241c48698
commit
ed4a4de6cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue