run update_static in init
This commit is contained in:
parent
e433076ebc
commit
16fbf98303
1 changed files with 1 additions and 0 deletions
1
ctl
1
ctl
|
@ -162,6 +162,7 @@ if [ "$1" == "init" ]; then
|
||||||
if [ ! -e "${PLATFORM_ENV}" ]; then
|
if [ ! -e "${PLATFORM_ENV}" ]; then
|
||||||
git clone https://git.0x2620.org/openmedialibrary_platform_${PLATFORM}.git "${PLATFORM_ENV}"
|
git clone https://git.0x2620.org/openmedialibrary_platform_${PLATFORM}.git "${PLATFORM_ENV}"
|
||||||
fi
|
fi
|
||||||
|
"$0" update_static
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
if [ "$1" == "update" ]; then
|
if [ "$1" == "update" ]; then
|
||||||
|
|
Loading…
Reference in a new issue