summaryrefslogtreecommitdiffstats
path: root/core/modules/idleaction
diff options
context:
space:
mode:
authorSimon Rettberg2018-05-14 11:18:45 +0200
committerSimon Rettberg2018-05-14 11:18:45 +0200
commit5de7046fc9f63cab4fc9b95f6e82df138d93a58c (patch)
tree0014eb1b126622335e9c9d62a327436babc385c5 /core/modules/idleaction
parent[run-virt] wait before calling slxlog on exit 141 (diff)
downloadmltk-5de7046fc9f63cab4fc9b95f6e82df138d93a58c.tar.gz
mltk-5de7046fc9f63cab4fc9b95f6e82df138d93a58c.tar.xz
mltk-5de7046fc9f63cab4fc9b95f6e82df138d93a58c.zip
[mgmt-sshd] Don't use PAM stack
Closes #3364
Diffstat (limited to 'core/modules/idleaction')
-rwxr-xr-xcore/modules/idleaction/data/opt/openslx/scripts/idleaction-scheduled_action4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/idleaction/data/opt/openslx/scripts/idleaction-scheduled_action b/core/modules/idleaction/data/opt/openslx/scripts/idleaction-scheduled_action
index 7a1b2afd..2717d6cb 100755
--- a/core/modules/idleaction/data/opt/openslx/scripts/idleaction-scheduled_action
+++ b/core/modules/idleaction/data/opt/openslx/scripts/idleaction-scheduled_action
@@ -1,5 +1,7 @@
#!/bin/ash
+export PATH="$PATH:/opt/openslx/bin:/opt/openslx/sbin"
+
if ! touch "/run"; then
echo "Only root can call this" >&2
exit 1
@@ -33,7 +35,7 @@ while [ $# -gt 0 ]; do
fi
shift
done
-[ -n "$1" ] && DELAY=$1
+[ -n "$1" ] && [ -z "$DELAY" ] && DELAY=$1
if [ -n "$TS" ]; then
# Sanity check for trigger by cron