From e497ef64d57750a9af1041ea467e458399a88f14 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 15 Mar 2009 00:55:55 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Manual2.wiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/Manual2.wiki b/wiki/Manual2.wiki index 7fa4cf4..583c0cb 100644 --- a/wiki/Manual2.wiki +++ b/wiki/Manual2.wiki @@ -182,6 +182,8 @@ fi Take notice of the basename command. Items are provided with full path. Basename strips this path from the filename and uses just the filename in this script. +By sourcing the config.cfg file of PPSS, this script can use the PPSS_LOCAL_OUTPUT variable, or any other variable contained within the configuration file. + *Rules when writing a script for usage with PPSS* * As with any decent shell script, use exit codes. Exit code 0 reflects successful execution, any other value a faillure.