Update mw.tpl
This commit is contained in:
parent
08951f8c2e
commit
930eb14a8a
|
|
@ -48,6 +48,7 @@ mw_start_panel()
|
|||
cd ${PANEL_DIR}/web && gunicorn -c setting.py app:app
|
||||
port=$(cat ${PANEL_DIR}/data/port.pl)
|
||||
isStart=""
|
||||
n=0
|
||||
while [[ "$isStart" == "" ]];
|
||||
do
|
||||
echo -e ".\c"
|
||||
|
|
|
|||
Loading…
Reference in New Issue