From 3e3c3140d073df4b2dbf99ad39690fcaf215e5f1 Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 10 May 2022 12:16:34 +0000 Subject: [PATCH] update tool/update-upgrade/ss-update-controler.sh. --- tool/update-upgrade/ss-update-controler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/update-upgrade/ss-update-controler.sh b/tool/update-upgrade/ss-update-controler.sh index 6196b29..52451c9 100755 --- a/tool/update-upgrade/ss-update-controler.sh +++ b/tool/update-upgrade/ss-update-controler.sh @@ -95,7 +95,7 @@ read is_accept_polkiy if [ "$is_accept_polkiy" = "1" ];then echo "执行以下操作需要授权..." - sudo ln /opt/durapps/spark-store/bin/auto-install-policy/store.spark-app.ssinstall.policy /usr/share/polkit-1/actions/store.spark-app.ssinstall.policy + sudo ln -s /opt/durapps/spark-store/bin/auto-install-policy/store.spark-app.ssinstall.policy /usr/share/polkit-1/actions/store.spark-app.ssinstall.policy echo 已启动 sleep 3 reset