服务器变更

This commit is contained in:
luoliangyi 2023-01-04 18:32:20 +08:00
parent e737d1abf6
commit 1a7935eb11
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function getismount()
if [ ! -d "/home/samba" ];then
echo $password|sudo -S mkdir -p "/home/samba"
echo $password|sudo -S mount -t cifs //192.168.100.140/huagao /home/samba/ -o username=huagao,password=hg123123
echo $password|sudo -S mount -t cifs //192.168.10.5/huagao /home/samba/ -o username=huagao,password=hg123123
fi
mountpoint -q /home/samba
ismount=$?