Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit df8f4ed

Browse files
committed
irssi: strictly check for #archlinuxvn in #startup file
1 parent c277542 commit df8f4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log-reader/bin/start-log-reader.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
# Disable loggers on some nodes.
2323
if [ "$_HOSTNAME" = "l00s7r" -o "$_HOSTNAME" = "l00s5r" ]; then
24-
sed -i -e '/archlinuxvn/d' ~/.irssi/startup
24+
sed -i -e '/#archlinuxvn/d' ~/.irssi/startup
2525
sed -i -e '/#archlinuxvn/d' ~/.irssi/config
2626
fi
2727

0 commit comments

Comments
 (0)