Update update.sh
This commit is contained in:
parent
1ac541d16e
commit
038bb31ec3
|
|
@ -90,7 +90,6 @@ if [ ! -d $TARGET_DIR ]; then
|
|||
fi
|
||||
|
||||
cd $TARGET_DIR && rm -rf app
|
||||
cd $TARGET_DIR && rm -rf dashboard-linux-${ARCH}
|
||||
unzip $DOWNLOAD_FILE -d $TARGET_DIR
|
||||
echo "TARGET_DIR:"$TARGET_DIR
|
||||
if [ ! -f $TARGET_DIR/app ];then
|
||||
|
|
|
|||
Loading…
Reference in New Issue