run update_static in init

This commit is contained in:
j 2016-02-06 17:14:37 +05:30
parent e433076ebc
commit 16fbf98303
1 changed files with 1 additions and 0 deletions

1
ctl
View File

@ -162,6 +162,7 @@ if [ "$1" == "init" ]; then
if [ ! -e "${PLATFORM_ENV}" ]; then
git clone https://git.0x2620.org/openmedialibrary_platform_${PLATFORM}.git "${PLATFORM_ENV}"
fi
"$0" update_static
exit
fi
if [ "$1" == "update" ]; then