From c3e2c5467d6d96be936dedcc75075fd20ea9c647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20V=C3=A1squez=20P=C3=A9rez?= Date: Thu, 16 Nov 2017 10:01:11 -0800 Subject: [PATCH] Changed the handling of credentials while mounting whitehorse --- bash/mount_whitehorse.command | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bash/mount_whitehorse.command b/bash/mount_whitehorse.command index f14e80f..f6787d1 100755 --- a/bash/mount_whitehorse.command +++ b/bash/mount_whitehorse.command @@ -5,12 +5,12 @@ do echo ...$i sleep 1 done -echo mounting whitehorse -mkdir /Volumes/whitehorse -mount -t smbfs //mak:ale2312x@makineisilon/whitehorse /Volumes/whitehorse -echo mounting pegasus -mkdir /Volumes/pegasus -mount -t smbfs //eduardo:"pgss%401046"@mak-nas/pegasus /Volumes/pegasus +#echo mounting whitehorse +#mkdir /Volumes/whitehorse +#mount -t smbfs //mak:ale2312x@makineisilon/whitehorse /Volumes/whitehorse +#echo mounting pegasus +#mkdir /Volumes/pegasus +#mount -t smbfs //jorge:$pw@mak-nas/pegasus /Volumes/pegasus echo done. sleep 1 open -a trolCommander