diff options
-rw-r--r-- | config/sshdcond/sshdcond.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sshdcond/sshdcond.inc b/config/sshdcond/sshdcond.inc index ea3030a9..756f1556 100644 --- a/config/sshdcond/sshdcond.inc +++ b/config/sshdcond/sshdcond.inc @@ -69,7 +69,7 @@ function sshdcond_custom_php_write_config() { /* Detect boot process, do nothing during boot. */ if (platform_booting()) { - return; + return; } conf_mount_rw(); |