forgot a sudo

This commit is contained in:
parazyd 2016-09-30 19:18:09 +02:00
parent 38ebe58b8c
commit cc3d545845
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ rsync_to_raw_image() {
silly
pushd $strapdir
rm -f .done
sudo rm -f .done
sudo rsync -HPavz -q --exclude={./boot} ./* $workdir/root
sudo rsync -HPavz -q ./boot/* $workdir/boot
popd