1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00

Fix post_install message

This commit is contained in:
Salamandar 2024-03-29 13:16:11 +01:00
parent f81cab3482
commit d205e29167

View file

@ -14,6 +14,8 @@ source /usr/share/yunohost/helpers
if [ "$encrypt" -eq 1 ] && [ -z "$encryption_pwd" ]; then
ynh_die --message="encryption_pwd can't be empty if you choose to enable encryption."
fi
# Not saved as settings by default
ynh_app_setting_set --app="$app" --key="encryption_pwd" --value="$encryption_pwd"
_set_frequencies