From 1a7935eb119d77d40b22665813f50d0b8cd837ce Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Wed, 4 Jan 2023 18:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3654521..8ae6c1e 100755 --- a/build.sh +++ b/build.sh @@ -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=$?