From 3719585d678bf74e55559f724c4490852bcd6984 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 25 Aug 2015 08:09:08 +0200 Subject: remove useless remount calls These are dealt with by install_package() from pkg-utils.inc. --- config/shellcmd/shellcmd.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/shellcmd') 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(); } -- cgit v1.2.3