diff --git a/data/client b/data/client index 856b70c..4970812 100644 --- a/data/client +++ b/data/client @@ -62,10 +62,10 @@ start() { fi if [[ -z $SERVER ]] then - LANG=C cl-client -T ${TEMPLATES/,remote/} $SERVERLIVE && res=$? && - cl-setup-system -T remote &>/dev/null + LANG=C /usr/bin/cl-client -T ${TEMPLATES/,remote/} $SERVERLIVE && res=$? && + /usr/bin/cl-setup-system -T remote &>/dev/null else - LANG=C cl-client --mount + LANG=C /usr/bin/cl-client --mount fi res=$? eend $res "Some samba remote resources to mount" diff --git a/data/login.d/10client b/data/login.d/10client index ab878e4..28a8f14 100644 --- a/data/login.d/10client +++ b/data/login.d/10client @@ -14,11 +14,11 @@ # limitations under the License. run_script() { - if [ -e '/usr/sbin/cl-client-sync-login' ]; + if [ -e '/usr/bin/cl-client-sync-login' ]; then if [[ "${DOMAIN_USER}" == "on" ]] then - ERRORLOG=`/usr/sbin/cl-client-sync-login --gui-progress --gui-warning $USER 2>&1` + ERRORLOG=`/usr/bin/cl-client-sync-login --gui-progress --gui-warning $USER 2>&1` # log error if [ "$?" -gt "0" ]; then diff --git a/data/logout.d/10client b/data/logout.d/10client index f46f175..cadbf45 100644 --- a/data/logout.d/10client +++ b/data/logout.d/10client @@ -14,11 +14,11 @@ # limitations under the License. run_script() { - if [ -e '/usr/sbin/cl-client-sync-logout' ]; + if [ -e '/usr/bin/cl-client-sync-logout' ]; then if [[ "${DOMAIN_USER}" == "on" ]] then - ERRORLOG=`/usr/sbin/cl-client-sync-logout $USER 2>&1` + ERRORLOG=`/usr/bin/cl-client-sync-logout $USER 2>&1` # log errors if [ "$?" -gt "0" ]; then