]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
partresize: fix typo.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 16 Jun 2012 13:01:31 +0000 (15:01 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 16 Jun 2012 13:01:31 +0000 (15:01 +0200)
src/initscripts/init.d/partresize

index c78c0c52c6ee290dd57a3e0e8bd0d377b90658b5..33b56266a403289b181ed8ede518a5c372c94afb 100644 (file)
@@ -30,7 +30,7 @@ case "${1}" in
                        DRV=${ROOT::`expr length $ROOT`-1}
                fi
 
-               boot_mesg "Change Partition $(DRV)3 to all free space ..."
+               boot_mesg "Change Partition ${DRV}3 to all free space ..."
                echo -e 'd\n3\nn\np\n3\n\n\nw\nq\n' | fdisk ${DRV}
 
                # Erase symlink, it should run only once