comparison packaging/linux-installer.inc @ 1152:46f025a1450c

Added hint that the installer can be quit with C-c after finishing.
author Sascha Wilde <wilde@intevation.de>
date Thu, 18 Sep 2014 15:44:21 +0200
parents 22b3daa4e464
children b67681a61e3e
comparison
equal deleted inserted replaced
1151:22b3daa4e464 1152:46f025a1450c
116 getxt "call the deinstall command:\n" 116 getxt "call the deinstall command:\n"
117 echo " $RUNCMD ${instcfg[PREFIX]}/bin/trustbridge-deinstall.sh" 117 echo " $RUNCMD ${instcfg[PREFIX]}/bin/trustbridge-deinstall.sh"
118 118
119 echo "#################################################################################" 119 echo "#################################################################################"
120 getxt "Press enter to launch '%s'\n" "${instcfg[PREFIX]}/bin/trustbridge" 120 getxt "Press enter to launch '%s'\n" "${instcfg[PREFIX]}/bin/trustbridge"
121 getxt "or press Control-C to quit the installer.\n"
121 if [ $UPDATE -eq 0 ]; then 122 if [ $UPDATE -eq 0 ]; then
122 read 123 read
123 $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" & 124 $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" &
124 else 125 else
125 $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" --tray & 126 $RUNCMD "${instcfg[PREFIX]}/bin/trustbridge" --tray &

http://wald.intevation.org/projects/trustbridge/