mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Indent fixes
This commit is contained in:
parent
d6345d530a
commit
bece741a31
1 changed files with 37 additions and 36 deletions
|
@ -223,7 +223,8 @@ VALIDATE_THAT_APP_CAN_BE_ACCESSED () {
|
|||
yuno_portal=0
|
||||
|
||||
# Try to access to the url in 2 times, with a final / and without
|
||||
i=1; while [ $i -ne 3 ]
|
||||
i=1;
|
||||
while [ $i -ne 3 ]
|
||||
do
|
||||
|
||||
# First time, try without final /
|
||||
|
|
Loading…
Add table
Reference in a new issue