]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/usb/src/start_rescue
Add new usb rescue key code
[bacula/rescue] / rescue / linux / usb / src / start_rescue
1 #!/bin/sh
2 # export PATH=$PATH:$PWD/bin
3
4 which dialog >/dev/null 2>&1
5
6 if [ ! $? = 0 ];then
7
8 which Xdialog >/dev/null 2>&1
9   if [ ! $? = 0 ];then
10   echo ""
11     echo ""
12       echo ""
13       
14   echo "You need to install dialog or Xdialog for this to work"
15     echo ""
16       echo ""
17         echo ""
18   exit 1
19   fi
20 fi
21
22
23 cd scripts
24 ./x_or_shell