summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorChristian Rößler2013-10-07 15:56:27 +0200
committerChristian Rößler2013-10-07 15:56:27 +0200
commitd7ceb9729b376b4fb188bef49e98f7ded47cc762 (patch)
tree33e70d25c79d2b556af93d2f1561f22dbcb00a6d /remote
parent[systemd] Amended shutdown behaviour for systemd: reboot, halt, poweroff. nfs (diff)
downloadtm-scripts-d7ceb9729b376b4fb188bef49e98f7ded47cc762.tar.gz
tm-scripts-d7ceb9729b376b4fb188bef49e98f7ded47cc762.tar.xz
tm-scripts-d7ceb9729b376b4fb188bef49e98f7ded47cc762.zip
[systemd] systemd-shutdown_prescript: Deleted activation indicator after testing
Diffstat (limited to 'remote')
-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 " ")