aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.d/controller/modules/cnetwork.sh')
-rwxr-xr-x[-rw-r--r--]config.d/controller/modules/cnetwork.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.d/controller/modules/cnetwork.sh b/config.d/controller/modules/cnetwork.sh
index 7588f57..1408f47 100644..100755
--- a/config.d/controller/modules/cnetwork.sh
+++ b/config.d/controller/modules/cnetwork.sh
@@ -6,9 +6,6 @@ if _call_net; then
export _ctflag_net
fi
-# CONFIG.D LOCATION
-# DIST.D LOCATION
-
# CHECK NETWORK FLAG AND FETCH VERSION AND CONFIG.D DIRECTORY
if [[ "${_ctflag_net}" ]]; then
# DEFINE BEST ACTIVE SERVER
@@ -25,7 +22,7 @@ if [[ "${_ctflag_net}" ]]; then
fi
# MOUNT SYSFS AS RO
- _mount_sysfs
+ _mount_sysfs "/mnt/workdir"
# CHECK LOCAL VERSION OF SYSFS WITH SERVERS VERSION
_check_version
fi \ No newline at end of file