Advertisement
Guest User

Untitled

a guest
May 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/bin/bash
  2. if [ "$IFACE" = "eth0" ]; then
  3. mount -t cifs -o rw,user=nobody,pass=XXX,iocharset=utf8,file_mode=0777,file_mode=0777,dir_mode=0777,uid=XXX //smb.xxxxx.com.br/civel /dadosunix/civel
  4. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement