Fixed missing fi
This commit is contained in:
parent
293afa71a9
commit
b8b5a4458e
1
init.sh
1
init.sh
@ -42,6 +42,7 @@ if [ $AUTOUPDATE = false ]; then
|
|||||||
else
|
else
|
||||||
echo " === No local version detected. Exiting."
|
echo " === No local version detected. Exiting."
|
||||||
exit 1
|
exit 1
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
# if the user does want to update from a source,
|
# if the user does want to update from a source,
|
||||||
# check if url provided via the $DL_LINK env variable is connectable
|
# check if url provided via the $DL_LINK env variable is connectable
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user