aboutsummaryrefslogtreecommitdiffstats
path: root/tools/resize_root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/resize_root.sh')
-rwxr-xr-xtools/resize_root.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resize_root.sh b/tools/resize_root.sh
index 59a961f..9de10b7 100755
--- a/tools/resize_root.sh
+++ b/tools/resize_root.sh
@@ -20,7 +20,7 @@ if [ ${1} = "force" ]; then
LC_ALL=C growpart ${DEVICE} ${ROOT_PARTITION}
#Resize the partition with the new size :
- resize2fs ${ROOT_PARTITION}
+ resize2fs ${ROOT_PARTITION}
#Sync (just to be sure)
sync