Fix helper

Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
Josue-T 2019-12-23 11:03:31 +01:00 committed by GitHub
parent 3ffa826612
commit 0c6392a5f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -278,7 +278,7 @@ ynh_permission_create() {
fi
if [ -n ${is_protected} ]; then
if [ $is_protected == "true" ]; then
is_protected=",is_protected=$is_protected=True"
is_protected=",is_protected=True"
else
is_protected=",is_protected=$is_protected=False"
fi