mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
use boolean value
This commit is contained in:
parent
98dfd4a1e4
commit
2760718d62
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ apply_config() {
|
|||
#=================================================
|
||||
|
||||
# Change the password if needed
|
||||
if [ "$encrypt" = "1" ]
|
||||
if [ "$encrypt" ]
|
||||
then
|
||||
ynh_print_OFF
|
||||
test -n "$encrypt_password" || ynh_die --message="The password for encryption can't be empty if you choose to enable encryption."
|
||||
|
|
Loading…
Reference in a new issue