mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 20:32:05 +08:00
!51 read -e
* update tool/update-upgrade/ss-update-controler.sh. * update tool/ussinstall. * update tool/ssinstall.
This commit is contained in:
@@ -21,7 +21,7 @@ then
|
||||
echo "ssinstall需要在root下运行";
|
||||
uname=`whoami`
|
||||
echo "Now input the password of $uname"
|
||||
read upass
|
||||
read -e upass
|
||||
################检查密码对不对
|
||||
echo "$upass" | sudo -S echo "i love amber forever"
|
||||
passcheck=`echo "$upass" | sudo -S echo "i love amber forever"`
|
||||
|
||||
Reference in New Issue
Block a user