updated by /home/nico/bin/sync-all-repos on nb2
This commit is contained in:
parent
2f33a5fd8b
commit
e050618203
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ fi
|
|||
bfile="$(basename "$file")"
|
||||
|
||||
scp -r "$file" "${host}:${dir}"
|
||||
ssh "$host" "chmod a+r \"$dir/$bfile\""
|
||||
ssh "$host" "chmod a+r -R \"$dir/$bfile\""
|
||||
|
||||
if [ "$delete_after" ]; then
|
||||
rm -f "$file"
|
||||
|
|
Loading…
Reference in a new issue