Make renames verbose
This commit is contained in:
parent
d5a105f3f2
commit
54921977ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue