projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9334926
)
more cleaning
author
Fred Hamster
<fred@gruntose.com>
Mon, 16 Dec 2024 21:20:21 +0000
(16:20 -0500)
committer
Fred Hamster
<fred@gruntose.com>
Mon, 16 Dec 2024 21:20:21 +0000
(16:20 -0500)
scripts/core/launch_feisty_meow.sh
patch
|
blob
|
history
diff --git
a/scripts/core/launch_feisty_meow.sh
b/scripts/core/launch_feisty_meow.sh
index 4593266ab8eba310d57ade765c0ae7abdc6dbe55..2e77336129935eb736792e70193021a1b0207aab 100644
(file)
--- a/
scripts/core/launch_feisty_meow.sh
+++ b/
scripts/core/launch_feisty_meow.sh
@@
-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.