summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm-greeter-bwlp
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/lightdm-greeter-bwlp')
-rwxr-xr-xcore/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/guest-account2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/guest-account b/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/guest-account
index 2de5343f..3eb32093 100755
--- a/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/guest-account
+++ b/core/modules/lightdm-greeter-bwlp/data/opt/openslx/lightdm/guest-account
@@ -4,7 +4,7 @@
# Further we allow for hooks to execute stuff here.
(
-hook_dir="$(readlink -f $0)"
+hook_dir="$(readlink -f $0).d"
if [ -d "$hook_dir" ]; then
for hook in "$hook_dir"/*; do
[ -s "$hook" ] || continue