Make renames verbose

This commit is contained in:
Les De Ridder 2016-05-05 01:48:31 +00:00
parent d5a105f3f2
commit 54921977ad
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function receive-on-target
end
function rename-target-subvolume
ssh -i $sshkey $targetuser@$targethost mv $targetpath/$argv[1] $targetpath/$argv[2]
ssh -i $sshkey $targetuser@$targethost mv -v $targetpath/$argv[1] $targetpath/$argv[2]
end
function get-subvol