Skip to content

Commit 7df6d15

Browse files
author
Generate.yml
committed
Generated from base-vm
1 parent df90e89 commit 7df6d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ scpBackFromVM() {
301301
if ssh -o [email protected] -O "$target_host" "[ -d \"$item\" ]"; then
302302
mkdir -p "$local_target"
303303
else
304-
scp -p -r -O -o [email protected] "$target_host:$item" "$local_target"
304+
sudo scp -p -r -O -o [email protected] "$target_host:$item" "$local_target"
305305
fi
306306
done
307307

0 commit comments

Comments
 (0)