~增加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

@@ -13,4 +13,4 @@ LimitNOFILE=999999
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

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