diff --git a/scripts/install b/scripts/install index 4c3f7b7..cdcd2d7 100755 --- a/scripts/install +++ b/scripts/install @@ -154,6 +154,8 @@ for price in $(echo $prices | sed "s/,/ /"); do echo "DONATION['$frequency']['$currency'] = '$price_id'" >> "$final_path/settings.py" done +ynh_store_file_checksum --file="$final_path/settings.py" + #================================================= # GENERIC FINALIZATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 41e1ebb..2428f02 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -146,6 +146,8 @@ for price in $(echo $prices | sed "s/,/ /"); do echo "DONATION['$frequency']['$currency'] = '$price_id'" >> "$final_path/settings.py" done +ynh_store_file_checksum --file="$final_path/settings.py" + #================================================= # GENERIC FINALIZATION #=================================================