mirror of
https://github.com/YunoHost-Apps/signaturepdf_ynh.git
synced 2024-09-03 20:25:57 +02:00
Store upgraded config.ini checksum
This commit is contained in:
parent
cd1dbfa03c
commit
e5f2203175
1 changed files with 3 additions and 1 deletions
|
@ -21,11 +21,13 @@ then
|
||||||
nss3_password=$(ynh_string_random)
|
nss3_password=$(ynh_string_random)
|
||||||
ynh_app_setting_set --app=$app --key=nss3_password --value=$nss3_password
|
ynh_app_setting_set --app=$app --key=nss3_password --value=$nss3_password
|
||||||
|
|
||||||
echo "# Digital signature configuration
|
echo "
|
||||||
|
# Digital signature configuration
|
||||||
NSS3_DIRECTORY=$data_dir/nss/
|
NSS3_DIRECTORY=$data_dir/nss/
|
||||||
NSS3_PASSWORD=$nss3_password
|
NSS3_PASSWORD=$nss3_password
|
||||||
NSS3_NICK=$nss3_nick
|
NSS3_NICK=$nss3_nick
|
||||||
" >> $install_dir/config/config.ini
|
" >> $install_dir/config/config.ini
|
||||||
|
ynh_store_file_checksum --file="$install_dir/config/config.ini"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue