for openclaw-1.0.1 (#598)

for openclaw-1.0.1 (#598)

Co-authored-by: Carseason <757841203@qq.com>
diff --git a/applications/app-meta-openclawmgr/Makefile b/applications/app-meta-openclawmgr/Makefile
index d194e74..6cb942c 100644
--- a/applications/app-meta-openclawmgr/Makefile
+++ b/applications/app-meta-openclawmgr/Makefile
@@ -2,7 +2,7 @@
 
 include $(TOPDIR)/rules.mk
 
-PKG_VERSION:=0.1.0
+PKG_VERSION:=0.1.1
 PKG_RELEASE:=2
 
 META_TITLE:=OpenClaw Launcher
diff --git a/applications/app-meta-openclawmgr/config.sh b/applications/app-meta-openclawmgr/config.sh
index 52af6ac..bd785d5 100755
--- a/applications/app-meta-openclawmgr/config.sh
+++ b/applications/app-meta-openclawmgr/config.sh
@@ -1,20 +1,13 @@
 #!/bin/sh
 
-[ -n "$ISTORE_CACHE_DIR" ] || exit 1
 [ -n "$ISTORE_CONF_DIR" ] || exit 1
 
-BASE_DIR="${ISTORE_CACHE_DIR}/OpenClawMgr"
-
 uci -q batch <<-EOF >/dev/null || exit 1
 	set openclawmgr.main=openclawmgr
-	set openclawmgr.main.base_dir="${BASE_DIR}"
 	set openclawmgr.main.port="18789"
 	set openclawmgr.main.bind="lan"
 	set openclawmgr.main.enabled="0"
 	commit openclawmgr
 EOF
 
-ISTORE_ACTION=install
-[ -z "$ISTORE_DONT_START" ] || ISTORE_ACTION=stop
-
-/usr/libexec/istorec/openclawmgr.sh "$ISTORE_ACTION" || [ stop = "$ISTORE_ACTION" ]
+exit 0

GitHub
sha: cd1ceef00c8ed31ecd843ab4cc5ab2c37481f1a1