diff options
Diffstat (limited to 'remote/modules/systemd/data/opt/openslx/scripts')
| -rwxr-xr-x | remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript | 2 |
1 files changed, 1 insertions, 1 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 8bfa2e53..9918d866 100755 --- a/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript +++ b/remote/modules/systemd/data/opt/openslx/scripts/systemd-shutdown_prescript @@ -6,7 +6,7 @@ PATH=/bin:/usr/bin:/opt/openslx/bin -# Prozesse killen +# kill leftover processes umount_nfs_shares() { for i in "$(mount | grep 'type nfs')"; do |
