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:
parent
f81cab3482
commit
d205e29167
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue