~增加GeoSite数据库手动更新
~SSH固化功能支持密码设置
This commit is contained in:
juewuy
2022-03-20 02:10:34 +08:00
parent 523528b700
commit 89c2678a42
2 changed files with 2 additions and 2 deletions

View File

@@ -891,7 +891,7 @@ init)
clashdir=/jffs/clash
profile=/jffs/configs/profile.add
else
clashdir=$(echo $0 | grep -oE '.*clash')
clashdir=$(cd $(dirname $0);pwd)
profile=/etc/profile
fi
echo "alias clash=\"$clashdir/clash.sh\"" >> $profile