more cleaning
authorFred Hamster <fred@gruntose.com>
Mon, 16 Dec 2024 21:20:21 +0000 (16:20 -0500)
committerFred Hamster <fred@gruntose.com>
Mon, 16 Dec 2024 21:20:21 +0000 (16:20 -0500)
scripts/core/launch_feisty_meow.sh

index 4593266ab8eba310d57ade765c0ae7abdc6dbe55..2e77336129935eb736792e70193021a1b0207aab 100644 (file)
@@ -123,7 +123,7 @@ if [ "$NO_REPAIRS_NEEDED" == "true" ]; then
 
   # patch the user variable if we were launched by one of our cron jobs.
   # first we set USER to not use the full email style version, if that's what already exists.
-  if [ ! -z "$USER" -a ! -z "$(echo "${USER/.*@.*/yeps}")" ]; then
+  if [ ! -z "$USER" -a "$(echo "${USER/*@*/yeps}")" == "yeps" ]; then
     USER="$(sanitized_username)"
   fi
   # then we check if the USER variable isn't set, and use CRONUSER from the cron templates, if defined.