Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Always start with a fresh install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Oct 16, 2013
1 parent 26d931b commit bdd2401
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src-sh/pc-installdialog/pc-installdialog.sh
Expand Up @@ -302,11 +302,13 @@ start_menu_loop()

}



if [ ! -e "$CFGFILE" ] ; then
start_full_wizard
start_menu_loop
else
start_menu_loop
cp ${CFGFILE} ${CFGFILE}.bak
rm ${CFGFILE}
fi

start_menu_loop

exit 0

0 comments on commit bdd2401

Please sign in to comment.