1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/signaturepdf_ynh.git synced 2024-09-03 20:25:57 +02:00
This commit is contained in:
tituspijean 2024-08-03 18:50:18 +02:00
parent 5a3691a00c
commit 800b5d0577
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -8,8 +8,8 @@ ynh_abort_if_errors
ynh_app_config_validate() { ynh_app_config_validate() {
_ynh_app_config_validate _ynh_app_config_validate
if [ "${changed[nss_nick]}" == "true" ] || [ "${changed[nss_password]}" == "true" ] ]; then if [ "${changed[nss3_nick]}" == "true" ] || [ "${changed[nss3_password]}" == "true" ] ]; then
ynh_exec_as $app bash "$install_dir/tools/create_nss_certs.sh" $data_dir/nss/ $nss_password $nss_nick https://$domain$path ynh_exec_as $app bash "$install_dir/tools/create_nss_certs.sh" $data_dir/nss/ $nss3_password $nss3_nick https://$domain$path
fi fi
} }