mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix helper
Co-Authored-By: Kayou <pierre.moltess@gmail.com>
This commit is contained in:
parent
3ffa826612
commit
0c6392a5f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue