From: Arne Fitzenreiter Date: Sat, 16 Jun 2012 13:01:31 +0000 (+0200) Subject: partresize: fix typo. X-Git-Tag: v2.13-beta1~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da23c4be65425a46277e450062efe9e6ee05b6ef;p=ipfire-2.x.git partresize: fix typo. --- diff --git a/src/initscripts/init.d/partresize b/src/initscripts/init.d/partresize index c78c0c52c6..33b56266a4 100644 --- a/src/initscripts/init.d/partresize +++ b/src/initscripts/init.d/partresize @@ -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