1
0
Fork 0
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:
Pierre Bourré 2019-01-05 12:45:44 +01:00
parent 205fb311b9
commit 72f45b3268
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -122,4 +122,4 @@ service nginx reload
if sudo grep -qa container=lxc /proc/1/environ;
then
sleep 10;
else
fi;

View file

@ -100,4 +100,4 @@ service nginx reload
if sudo grep -qa container=lxc /proc/1/environ;
then
sleep 10;
else
fi;