Skip to content

Commit

Permalink
Fixed missing user in snebu-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Pressnall committed Jul 25, 2014
1 parent e26d034 commit be58337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snebu-client
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ do_remote_backup()
[ "${verbose}" = 1 ] && newbackupopts=( "${newbackupopts[@]}" -v )

# Call autoinclude function if INCLUDE is not set
[ ${#INCLUDE[@]} = 0 ] && INCLUDE=( $(rpcsh -h ${clientname} -f autoinclude -m autoinclude) )
[ ${#INCLUDE[@]} = 0 ] && INCLUDE=( $(rpcsh -h ${clientname} -u "${rmtuser}" -f autoinclude -m autoinclude) )

while :
do
Expand Down

0 comments on commit be58337

Please sign in to comment.