From 60c28d6d06125c49ac85464e48f78f2cc2932a28 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 15 Mar 2021 11:28:43 +0100 Subject: [pam-slx-plug] Escape backslash --- core/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/pam-slx-plug') diff --git a/core/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth b/core/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth index 9de61708..264e3c1e 100755 --- a/core/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth +++ b/core/modules/pam-slx-plug/data/opt/openslx/pam/exec_auth @@ -215,7 +215,7 @@ chown "${USER_UID}" "${TEMP_HOME_DIR}/WARNING.txt" # Remember for hooks in auth-slx-source.d if [ "${NETWORK_HOME:0:2}" = '//' ]; then - PERSISTENT_NETPATH=$(echo "$NETWORK_HOME" | tr '/' '\') + PERSISTENT_NETPATH=$(echo "$NETWORK_HOME" | tr '/' '\\') else PERSISTENT_NETPATH="$NETWORK_HOME" fi -- cgit v1.2.3-55-g7522