summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2014-07-24 18:54:58 +0200
committerroot2014-07-24 18:54:58 +0200
commitc024889f723b10e0759038b212bd016683fc4040 (patch)
tree914900e1e6981d0a4affa082c976a096f2fbe769
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-c024889f723b10e0759038b212bd016683fc4040.tar.gz
tm-scripts-c024889f723b10e0759038b212bd016683fc4040.tar.xz
tm-scripts-c024889f723b10e0759038b212bd016683fc4040.zip
Quick hack to fix paths.inc sourcing
-rw-r--r--remote/includes/paths.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/includes/paths.inc b/remote/includes/paths.inc
index 8ab016df..2f7c3303 100644
--- a/remote/includes/paths.inc
+++ b/remote/includes/paths.inc
@@ -11,3 +11,6 @@ for CANDIDATE in $(strings "$(ldd "$(which login)" | grep libpam.so | head -n 1
done
[ -z "$SYS_PAM_MODULES_PATH" ] && perror "Failed to find pam_unix.so on this system."
+
+true
+