summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup2
-rwxr-xr-xetc/rc.start_packages6
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index ef26679..50190e1 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -39,7 +39,7 @@ function rescue_detect_keypress() {
$timeout=9;
echo "\n";
echo "[ Press R to enter recovery mode or ]\n";
- echo "[ press I to launch the installer ]\n\n";
+ echo "[ press I to launch the installer ]\n\n";
echo "(R)ecovery mode can assist by rescuing config.xml\n";
echo "from a broken hard disk installation, etc.\n\n";
echo "(I)nstaller may be invoked now if you do \n";
diff --git a/etc/rc.start_packages b/etc/rc.start_packages
index ba97974..c1edf19 100755
--- a/etc/rc.start_packages
+++ b/etc/rc.start_packages
@@ -41,10 +41,10 @@ require_once("service-utils.inc");
if (file_exists("{$g['tmp_path']}/.rc.start_packages.running")) {
$stat = stat("{$g['tmp_path']}/.rc.start_packages.running");
if (time() - $stat['mtime'] >= 90) {
- @unlink("{$g['tmp_path']}/.rc.start_packages.running");
+ @unlink("{$g['tmp_path']}/.rc.start_packages.running");
} else {
- log_error("Skipping STARTing packages process because previous/another instance is already running");
- return;
+ log_error("Skipping STARTing packages process because previous/another instance is already running");
+ return;
}
}
OpenPOWER on IntegriCloud