Removed setup from the cron script wording

This commit is contained in:
johnnyq 2025-01-29 15:59:21 -05:00
parent 6df465a4d1
commit aa87a11f12
11 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
require_once "config.php";

View File

@ -5,7 +5,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
require_once "config.php";

View File

@ -5,7 +5,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
require_once "config.php";

View File

@ -5,7 +5,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
require_once "config.php";

View File

@ -12,7 +12,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
// Get ITFlow config & helper functions

View File

@ -5,7 +5,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
require_once "../config.php";

View File

@ -5,7 +5,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
require_once "../config.php";

View File

@ -5,7 +5,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
require_once "../config.php";

View File

@ -5,7 +5,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
require_once "../config.php";

View File

@ -12,7 +12,7 @@ chdir(dirname(__FILE__));
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
// Get ITFlow config & helper functions

View File

@ -10,7 +10,7 @@ chdir(__DIR__);
// Ensure we're running from command line
if (php_sapi_name() !== 'cli') {
die("This setup script must be run from the command line.\n");
die("This script must be run from the command line.\n");
}
// Define required arguments