Skip to content

Commit

Permalink
Improvements for shellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
  • Loading branch information
DieterReuter committed Jul 13, 2019
1 parent 9899080 commit 4775b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/files/etc/firstboot.d/10-resize-rootdisk
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if ! [ -h /dev/disk/by-label/root ]; then
fi

ROOT_PART=$(readlink /dev/disk/by-label/root)
/sbin/resize2fs $ROOT_PART
/sbin/resize2fs "$ROOT_PART"

0 comments on commit 4775b35

Please sign in to comment.