aboutsummaryrefslogtreecommitdiffstats
path: root/config/shellcmd/shellcmd.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/shellcmd/shellcmd.inc')
-rw-r--r--config/shellcmd/shellcmd.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/shellcmd/shellcmd.inc b/config/shellcmd/shellcmd.inc
index 8135bae8..113b645c 100644
--- a/config/shellcmd/shellcmd.inc
+++ b/config/shellcmd/shellcmd.inc
@@ -29,7 +29,6 @@
*/
function shellcmd_install_command() {
global $config;
- conf_mount_rw();
/* Remove garbage left over by previous broken package versions */
unlink_if_exists("/usr/local/etc/rc.d/shellcmd.sh");
@@ -39,7 +38,6 @@ function shellcmd_install_command() {
shellcmd_import_config();
shellcmd_sync_package();
- conf_mount_ro();
}