File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 33# Exit on error
44set -e
55
6+ # Do not run this script for the following users
7+ SKIPPED_USERS=" lightdm exam checkin event"
8+ if ! [[ $SKIPPED_USERS =~ (^| [[:space:]])$USER ($| [[:space:]]) ]]; then
9+ /usr/bin/echo " Skipping ignored user $USER "
10+ exit 0
11+ fi
12+
613TMP_WALLPAPER_PATH=" /tmp/codam-web-greeter-user-wallpaper"
714TMP_AVATAR_PATH=" /tmp/codam-web-greeter-user-avatar"
815
Original file line number Diff line number Diff line change 33# Exit on error
44set -e
55
6+ # Do not run this script for the following users
7+ SKIPPED_USERS=" lightdm exam checkin event"
8+ if ! [[ $SKIPPED_USERS =~ (^| [[:space:]])$USER ($| [[:space:]]) ]]; then
9+ /usr/bin/echo " Skipping ignored user $USER "
10+ exit 0
11+ fi
12+
613FACE_PATH=" $HOME /.face"
714TMP_WALLPAPER_PATH=" /tmp/codam-web-greeter-user-wallpaper"
815TMP_AVATAR_PATH=" /tmp/codam-web-greeter-user-avatar"
You can’t perform that action at this time.
0 commit comments