summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/systemd')
-rwxr-xr-xremote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript3
1 files changed, 0 insertions, 3 deletions
diff --git a/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript b/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript
index d51500e9..8bfa2e53 100755
--- a/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript
+++ b/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript
@@ -8,9 +8,6 @@ PATH=/bin:/usr/bin:/opt/openslx/bin
# Prozesse killen
-# rein zur Detektion des Skriptstarts:
-ping -c 3 132.230.8.69
-
umount_nfs_shares() {
for i in "$(mount | grep 'type nfs')"; do
share=$(echo "$i"|cut -f 3 -d " ")