-
This commit is contained in:
@@ -15,7 +15,8 @@ if [[ -d "/host/proc/1/" ]]; then source /apps/gitrce/hook/singleton.sh "$0"; fi
|
||||
__main() {
|
||||
:
|
||||
if ! ps -ef | grep lotso | grep -v $$ >/dev/null; then
|
||||
cd /apps/data && ./lotso run --enableShareplan --appID 500077 --deviceSN UMIXYC4D2E1C9XBHHMC
|
||||
_id=$(cat /apps/data/PdnDevice/id)
|
||||
cd /apps/data && ./lotso run --enableShareplan --appID 500077 --deviceSN $_id
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user