summaryrefslogtreecommitdiffstats
path: root/core/modules/lightdm-greeter-bwlp
diff options
context:
space:
mode:
authorJonathan Bauer2019-01-16 15:35:46 +0100
committerJonathan Bauer2019-01-16 15:35:46 +0100
commitf35d3a212009abac48134e41db8396ae25de92b9 (patch)
tree9dd4e65fb66b99226a940af5cc435b41c19dca5e /core/modules/lightdm-greeter-bwlp
parent[run-virt] Support mounting printers and shares without drive letter (diff)
downloadmltk-f35d3a212009abac48134e41db8396ae25de92b9.tar.gz
mltk-f35d3a212009abac48134e41db8396ae25de92b9.tar.xz
mltk-f35d3a212009abac48134e41db8396ae25de92b9.zip
[lightdm] guest-account: fix include dir def
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