Revision c0cacc1f
Added by Kristof Provost over 1 year ago
tools/installer/recover_configxml.sh | ||
---|---|---|
40 | 40 |
# Display a menu with all of the disk choices located above |
41 | 41 |
if [ -n "${target_list}" ]; then |
42 | 42 |
exec 3>&1 |
43 |
recover_disk_choice=`echo ${target_list} | xargs dialog --backtitle "pfSense Installer" \ |
|
43 |
recover_disk_choice=`echo ${target_list} | xargs -o bsddialog --backtitle "pfSense Installer" \
|
|
44 | 44 |
--title "Recover config.xml and SSH keys" \ |
45 | 45 |
--menu "Select the partition containing config.xml" \ |
46 | 46 |
0 0 0 2>&1 1>&3` || exit 1 |
Also available in: Unified diff
fix config.xml recovery
Use bsddialog because dialog no longer exists.