File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
usr/share/linuxmuster-linuxclient7/scripts Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- scriptDir=$( linuxmuster-linuxclient7 get-constant scriptDir)
1+ scriptDir=$( /usr/sbin/ linuxmuster-linuxclient7 get-constant scriptDir)
22source $scriptDir /executeHookWithEnvFix.sh onLogin
Original file line number Diff line number Diff line change 11# This script calls the desired hook and sources the temporary env
22# file afterwards to apply environment changes from lmn-export and lmn-unset
33
4- scriptDir=$( linuxmuster-linuxclient7 get-constant scriptDir)
4+ scriptDir=$( /usr/sbin/ linuxmuster-linuxclient7 get-constant scriptDir)
55
66if [ ! -f $scriptDir /$1 ]; then
77 echo " Unknown hook: $1 !"
@@ -10,7 +10,7 @@ if [ ! -f $scriptDir/$1 ]; then
1010fi
1111
1212export LinuxmusterLinuxclient7EnvFixActive=1
13- tmpEnvFile=$( linuxmuster-linuxclient7 get-constant tmpEnvironmentFilePath)
13+ tmpEnvFile=$( /usr/sbin/ linuxmuster-linuxclient7 get-constant tmpEnvironmentFilePath)
1414
1515rm -f $tmpEnvFile
1616
You can’t perform that action at this time.
0 commit comments