From fa7ce4ab4116e3910d06bcd65fba728f82e1dbae Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 26 Apr 2011 20:54:51 +0000 Subject: [PATCH] fixed error message glitch --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index aeaf73e..25d2dcb 100755 --- a/inxi +++ b/inxi @@ -1009,10 +1009,10 @@ error_handler() error_message="The -t option requires the following extra arguments (no spaces between letters/numbers):\nc m cm [required], for example: -t cm8 OR -t cm OR -t c9\n(numbers: 1-20, > 5 throttled to 5 in irc clients) You entered: $2" ;; 14) - error_message="failed to write correctly downloaded $SCRIPT_NAME to location $SCRIPT_HOME.\nThis usually means you don't have permission to write to that location, maybe you need to be root?\nThe operation failed with error: $2" + error_message="failed to write correctly downloaded $SCRIPT_NAME to location $SCRIPT_PATH.\nThis usually means you don't have permission to write to that location, maybe you need to be root?\nThe operation failed with error: $2" ;; 15) - error_message="failed set execute permissions on $SCRIPT_NAME at location $SCRIPT_HOME.\nThis usually means you don't have permission to set permissions on files there, maybe you need to be root?\nThe operation failed with error: $2" + error_message="failed set execute permissions on $SCRIPT_NAME at location $SCRIPT_PATH.\nThis usually means you don't have permission to set permissions on files there, maybe you need to be root?\nThe operation failed with error: $2" ;; 16) error_message="$SCRIPT_NAME downloaded but the file data is corrupted. Purged data and using current version."