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:
parent
800d11aba1
commit
5143588a31
2 changed files with 4 additions and 0 deletions
|
@ -154,6 +154,8 @@ for price in $(echo $prices | sed "s/,/ /"); do
|
||||||
echo "DONATION['$frequency']['$currency'] = '$price_id'" >> "$final_path/settings.py"
|
echo "DONATION['$frequency']['$currency'] = '$price_id'" >> "$final_path/settings.py"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ynh_store_file_checksum --file="$final_path/settings.py"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -146,6 +146,8 @@ for price in $(echo $prices | sed "s/,/ /"); do
|
||||||
echo "DONATION['$frequency']['$currency'] = '$price_id'" >> "$final_path/settings.py"
|
echo "DONATION['$frequency']['$currency'] = '$price_id'" >> "$final_path/settings.py"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ynh_store_file_checksum --file="$final_path/settings.py"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue