summaryrefslogtreecommitdiffstats
path: root/etc/rc.start_packages
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.start_packages')
-rwxr-xr-xetc/rc.start_packages6
1 files changed, 3 insertions, 3 deletions
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