forked from p15670423/monkey
minor fix
This commit is contained in:
parent
3014763e99
commit
024ebfcbe6
|
@ -223,7 +223,7 @@ class Configuration(object):
|
||||||
# Timeout (in seconds) for sambacry's trigger to yield results.
|
# Timeout (in seconds) for sambacry's trigger to yield results.
|
||||||
sambacry_trigger_timeout = 5
|
sambacry_trigger_timeout = 5
|
||||||
# Folder paths to guess share lies inside.
|
# Folder paths to guess share lies inside.
|
||||||
sambacry_folder_paths_to_guess = ['', '/mnt', '/tmp', '/storage', '/export', '/share', '/shares', '/home']
|
sambacry_folder_paths_to_guess = ['/', '/mnt', '/tmp', '/storage', '/export', '/share', '/shares', '/home']
|
||||||
# Shares to not check if they're writable.
|
# Shares to not check if they're writable.
|
||||||
sambacry_shares_not_to_check = ["IPC$", "print$"]
|
sambacry_shares_not_to_check = ["IPC$", "print$"]
|
||||||
# Name of file which contains the monkey's commandline
|
# Name of file which contains the monkey's commandline
|
||||||
|
|
Loading…
Reference in New Issue