commit 529e049f20d749afb699a10ae841133c385704d4
parent 8fd4167869a2cfa1fac6290145c4d893a5986176
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 11 May 2014 12:27:56 +0000
hysteria: make dir before monitor is run
"find" is run on ircdir before ii is spawned so a warning is displayed
"ircdir" directory not found.
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/hysteria b/hysteria
@@ -3,6 +3,7 @@
. ./config
rm -rf "$ircdir"
+mkdir -p "$ircdir"
tmux new-session -s hysteria -d ./monitor
tmux rename-window "monitor"