9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#
|
|
# Calling mount.cifs directly from DBUS service seems to mess things up?
|
|
# ..so call mount.cifs via this wrapper :-)
|
|
#
|
|
mount.cifs $@
|
|
exit $?
|