Store checksum

This commit is contained in:
Kayou
2019-02-23 01:40:10 +01:00
parent ff5fb06ea1
commit 79ec958aad

View File

@@ -257,6 +257,13 @@ ynh_replace_string "^DAEMON_CONF=$" "&/etc/hostapd/hostapd.conf" /etc/init.d/hos
# Fix sources # Fix sources
ynh_replace_string "__PATH__" "${path_url}" "$final_path/config.php" ynh_replace_string "__PATH__" "${path_url}" "$final_path/config.php"
#=================================================
# STORE THE CONFIG FILE CHECKSUM
#=================================================
# Calculate and store the config file checksum into the app settings
ynh_store_file_checksum "$final_path/config.php"
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD
#================================================= #=================================================