Update of /cvsroot/netadm/gwc/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6431/scripts
Modified Files:
install.sh
Log Message:
Add:
add error msg during fail stemed from permission.
Index: install.sh
===================================================================
RCS file: /cvsroot/netadm/gwc/scripts/install.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** install.sh 5 Feb 2006 14:41:43 -0000 1.5
--- install.sh 6 Feb 2006 19:28:24 -0000 1.6
***************
*** 242,246 ****
check_usr(){
if [ "$UID" != "0" ]; then
! local msg=$(xmsg "Installation process requires superuser priviliges abort install ...")
$DIALOG --infobox "$msg" 5 75
sleep 2
--- 242,246 ----
check_usr(){
if [ "$UID" != "0" ]; then
! local msg=$(xmsg "error: Installation process requires superuser priviliges abort install ...")
$DIALOG --infobox "$msg" 5 75
sleep 2
|