The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-03-2002
lesstjm lesstjm is offline
Registered User
  
 

Join Date: Nov 2001
Posts: 59
Unhappy Wierd Message????

I am getting this message when I run my script.

$ runscript.sh

Not connected to any service!


Here is the beginning of the script:

# 1 - failure
#
# variable declaration
FILEDATE=`date +"%Y%m%d"`

Not connected to any service!


Right after the FILEDATE gets loaded I get that weird message. Does anyone know what that means??