From d537afe906d1f8377b8e142c96e460a882956d67 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Tue, 28 Mar 2023 11:52:35 +0800 Subject: [PATCH] update script --- env/app.sh | 2 +- env/startup.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/env/app.sh b/env/app.sh index 7fc71f6..acf6db8 100755 --- a/env/app.sh +++ b/env/app.sh @@ -2,4 +2,4 @@ cd /app source /etc/device_info.env killall app.out -./app.out -device_id ${DEVICE_ID} -aiui_auth_id ${AIUI_AUTH_ID} \ No newline at end of file +./app.out -device_id ${DEVICE_ID} -aiui_auth_id ${AIUI_AUTH_ID} diff --git a/env/startup.sh b/env/startup.sh index 4e6b739..1e6dec7 100755 --- a/env/startup.sh +++ b/env/startup.sh @@ -1,4 +1,5 @@ #!/bin/bash cd /app ./app.sh +./browser.sh ./app_monitor.sh &