File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 33# Exit on error
44set -e
55
6- # Only run for users in the student or piscine group
7- if ! /usr/bin/groups | /usr/bin/grep -qE ' (student|piscine)' ; then
8- /usr/bin/echo " Not running for user $( /usr/bin/whoami) "
9- exit 0
10- fi
11-
126TMP_WALLPAPER_PATH=" /tmp/codam-web-greeter-user-wallpaper"
137TMP_AVATAR_PATH=" /tmp/codam-web-greeter-user-avatar"
148
Original file line number Diff line number Diff line change 33# Exit on error
44set -e
55
6- # Only run for users in the student or piscine group
7- if ! /usr/bin/groups | /usr/bin/grep -qE ' (student|piscine)' ; then
8- /usr/bin/echo " Not running for user $( /usr/bin/whoami) "
9- exit 0
10- fi
11-
126FACE_PATH=" $HOME /.face"
137TMP_WALLPAPER_PATH=" /tmp/codam-web-greeter-user-wallpaper"
148TMP_AVATAR_PATH=" /tmp/codam-web-greeter-user-avatar"
You can’t perform that action at this time.
0 commit comments