mirror of
https://github.com/YunoHost-Apps/signaturepdf_ynh.git
synced 2024-09-03 20:25:57 +02:00
Typos
This commit is contained in:
parent
5a3691a00c
commit
800b5d0577
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue