-check if user=root for propel-install script

This commit is contained in:
mkonecny 2011-01-05 17:44:23 -05:00
parent d06956ec5b
commit fe87d8957b
4 changed files with 18 additions and 13 deletions

View file

@ -17,9 +17,9 @@ if (isset($arr["DOCUMENT_ROOT"]) && ($arr["DOCUMENT_ROOT"] != "") ) {
function printUsage()
{
echo "\n";
echo "campcaster-user\n";
echo "airtime-user\n";
echo "===============\n";
echo " This program allows you to manage Campcaster users.\n";
echo " This program allows you to manage Airtime users.\n";
echo "\n";
echo "OPTIONS:\n";
echo " --addupdate <username> <password>\n";
@ -99,4 +99,4 @@ if (PEAR::isError($r)) {
die($r->getMessage());
}
exit(0);
?>
?>