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

Commit

Permalink
irssi: strictly check for #archlinuxvn in #startup file
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Oct 7, 2014
1 parent c277542 commit df8f4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-reader/bin/start-log-reader.sh
Expand Up @@ -21,7 +21,7 @@ fi

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

Expand Down

0 comments on commit df8f4ed

Please sign in to comment.