diff options
Diffstat (limited to 'byteback-setup-client')
-rwxr-xr-x | byteback-setup-client | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byteback-setup-client b/byteback-setup-client index 5e9389f..2c00e6a 100755 --- a/byteback-setup-client +++ b/byteback-setup-client @@ -1,6 +1,8 @@ #!/usr/bin/ruby # # Run on a client machine to set up backups for the first time +# + $LOAD_PATH.unshift("/usr/lib/byteback") |