-numerous changes to work with Raspbian 10
-redo of some roles, particularly GUI -modifications to support working from a "Raspbian Lite" install
This commit is contained in:
2
roles/smbclient/files/smb-session.sh
Executable file → Normal file
2
roles/smbclient/files/smb-session.sh
Executable file → Normal file
@@ -13,6 +13,6 @@ if pgrep -f test_file >/dev/null
|
||||
then
|
||||
exit 0
|
||||
else
|
||||
smbclient //192.168.198.2/share -c "get $file" -A ~/.credentials
|
||||
smbclient //192.168.88.230/share -c "get $file" -A ~/.credentials
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user