1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pepettes_ynh.git synced 2024-09-03 19:56:35 +02:00

Adding checksum after Donation

This commit is contained in:
yalh76 2021-03-22 20:42:32 +01:00
parent 800d11aba1
commit 5143588a31
2 changed files with 4 additions and 0 deletions

View file

@ -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
#=================================================

View file

@ -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
#=================================================