1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00

fix condition syntax

This commit is contained in:
lapineige 2023-12-31 19:32:11 +01:00 committed by GitHub
parent 04985e275e
commit 9a950b6b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ apply_config() {
#=================================================
# Change the password if needed
if [ "$encrypt" ]
if [ "$encrypt" = true ]
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."