Skip to content

Instantly share code, notes, and snippets.

@wilkersoncs
Created April 6, 2018 14:57
Show Gist options
  • Save wilkersoncs/9fdbc9365887cd9011734757cd714af9 to your computer and use it in GitHub Desktop.
Save wilkersoncs/9fdbc9365887cd9011734757cd714af9 to your computer and use it in GitHub Desktop.
#!/bin/bash
until [ -f /mnt/shareq/test.txt ]; do
sleep 1
mount -t cifs //192.168.0.15/shareq /mnt/shareq -o credentials=/root/.smbcred,vers=3.0
done
echo share mounted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment