We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8af93 commit 40103acCopy full SHA for 40103ac
systemd/user/codam-web-greeter-cleanup.sh
@@ -5,7 +5,7 @@ set -e
5
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
+if [[ $SKIPPED_USERS =~ (^|[[:space:]])$USER($|[[:space:]]) ]]; then
9
/usr/bin/echo "Skipping ignored user $USER"
10
exit 0
11
fi
systemd/user/codam-web-greeter-init.sh
0 commit comments