1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Update nginx conf file checksum

This commit is contained in:
Maniack Crudelis 2018-01-31 12:50:23 +01:00 committed by GitHub
parent 8f7145e094
commit d2462a023b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,6 +153,7 @@ then
ynh_store_file_checksum "$finalnginxconf" ynh_store_file_checksum "$finalnginxconf"
else else
ynh_replace_string "^#sub_path_only" "" "$finalnginxconf" ynh_replace_string "^#sub_path_only" "" "$finalnginxconf"
ynh_store_file_checksum "$finalnginxconf"
fi fi
# Make app public or private # Make app public or private