From 16fbf98303ab45af4096e5ab0c87adbb8ea0821b Mon Sep 17 00:00:00 2001 From: j Date: Sat, 6 Feb 2016 17:14:37 +0530 Subject: [PATCH] run update_static in init --- ctl | 1 + 1 file changed, 1 insertion(+) diff --git a/ctl b/ctl index 1e4ed3c..a373f5b 100755 --- a/ctl +++ b/ctl @@ -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