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

Commit 7960533

Browse files
committed
irssi: fix #sh syntax
1 parent 76b358c commit 7960533

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
@@ -13,7 +13,7 @@ sed -i \
1313
~/.irssi/config
1414

1515
# On l00s5r, we doesn't save any log
16-
if [[ "$_HOSTNAME" == "l00s5r" ]]; then
16+
if [ "$_HOSTNAME" == "l00s5r" ]; then
1717
sed -i -e '/\log open/d' ~/.irssi/startup
1818
sed -i -e '$ a/log open -targets #theslinux /dev/null' ~/.irssi/startup
1919
sed -i -e '$ a/log open -targets #archlinuxvn /dev/null' ~/.irssi/startup

0 commit comments

Comments
 (0)