diff options
Diffstat (limited to 'scripts/install')
| -rwxr-xr-x | scripts/install/install-postinst-new | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new index d2187434..e099e030 100755 --- a/scripts/install/install-postinst-new +++ b/scripts/install/install-postinst-new @@ -138,7 +138,7 @@ grub_root=$WRITE_ROOT  grub_setup_args="-u $version"  if [ "$INSTALL_TYPE" == 'old' ]; then    grub_root=$INST_ROOT -  grub_setup_args='' +  grub_setup_args="-v $version"  elif [ "$INSTALL_TYPE" != 'union' ]; then    echo 'Invalid install type. Exiting...'    exit 1 | 
