CC-2058: Utilities are not in the system $PATH

-Added airtime-clean-storage and airtime-import symbolic links
This commit is contained in:
martin 2011-03-24 02:12:08 -04:00
parent 369c800bf0
commit f108ac846f
9 changed files with 153 additions and 49 deletions

View file

@ -56,7 +56,7 @@ function printUsage()
echo " -h, --help Print this message and exit.\n";
echo "\n";
echo "Files will be imported to directory:\n";
echo " ". $CC_CONFIG["storageDir"] ."\n";
echo " ". realpath($CC_CONFIG["storageDir"]) ."\n";
echo "\n";
}