Skip to content

Commit

Permalink
Fix a path
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed May 9, 2018
1 parent 9403fe5 commit 9c919f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ elif os.path.isfile('/.rootfs-resize'):
# Delete resize flagfile
os.unlink('/.rootfs-resize')
EOF
chmod +x /usr/sbin/rootfs-resize
chmod +x "$chroot_dir/usr/sbin/rootfs-resize"

cat <<EOF > "$chroot_dir/etc/systemd/system/rootfs-resize.service"
[Unit]
Expand Down

0 comments on commit 9c919f9

Please sign in to comment.