diff --git a/home.admin/00migrationDialog.sh b/home.admin/00migrationDialog.sh index aece87c1e..3a58ee4e5 100755 --- a/home.admin/00migrationDialog.sh +++ b/home.admin/00migrationDialog.sh @@ -16,7 +16,7 @@ source /home/admin/raspiblitz.info _temp=$(mktemp -p /dev/shm/) # prepare the setup file (that constains info just needed for the rest of setup process) -SETUPFILE="/home/admin/raspiblitz.setup.tmp" +SETUPFILE="/home/admin/raspiblitz.setup" rm $SETUPFILE 2>/dev/null echo "# RASPIBLITZ SETUP FILE" > $SETUPFILE @@ -240,4 +240,9 @@ if [ ${setPasswordC} -eq 1 ]; then password=$(sudo cat $_temp) echo "passwordC='${password}'" >> $SETUPFILE dialog --backtitle "RaspiBlitz - Setup" --msgbox "\n Password C set" 7 20 -fi \ No newline at end of file +fi + +clear +echo "# data from dialogs stored in to be further processed:" +echo "${SETUPFILE}" +exit 0 \ No newline at end of file