From f519a9611b884a28b3d3a024a949aa14bb743713 Mon Sep 17 00:00:00 2001 From: Kayou Date: Sat, 23 Feb 2019 02:04:57 +0100 Subject: [PATCH] More checksum --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0b09bbd..6985101 100644 --- a/scripts/install +++ b/scripts/install @@ -263,6 +263,7 @@ ynh_replace_string "__PATH__" "${path_url}" "$final_path/config.php" # Calculate and store the config file checksum into the app settings ynh_store_file_checksum "$final_path/config.php" +ynh_store_file_checksum "/etc/init.d/hostapd" #================================================= # SETUP SYSTEMD @@ -294,7 +295,7 @@ if [[ $ip6_addr != none ]]; then fi # register the service -yunohost service add $service_name --description "creates a Wi-Fi access point" +yunohost service add $service_name --description "Creates a Wi-Fi access point" # enable and start the service if device is present if [[ $wifi_device == none ]]; then