mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
fix syntax error
This commit is contained in:
parent
205fb311b9
commit
72f45b3268
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
|
|
|
@ -122,4 +122,4 @@ service nginx reload
|
|||
if sudo grep -qa container=lxc /proc/1/environ;
|
||||
then
|
||||
sleep 10;
|
||||
else
|
||||
fi;
|
|
@ -100,4 +100,4 @@ service nginx reload
|
|||
if sudo grep -qa container=lxc /proc/1/environ;
|
||||
then
|
||||
sleep 10;
|
||||
else
|
||||
fi;
|
Loading…
Reference in a new issue