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

Commit

Permalink
irssi: fix #sh syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Oct 7, 2014
1 parent 6bedc14 commit 76b358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-reader/bin/start-log-reader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ "$_HOSTNAME" == "l00s5r" ]]; then
fi

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

Expand Down

0 comments on commit 76b358c

Please sign in to comment.