From cebddc0d86051e06daff49a5b41a1f3272771276 Mon Sep 17 00:00:00 2001 From: bronson-g Date: Thu, 27 Jul 2023 16:39:55 -0400 Subject: [PATCH] rename to bit --- infrastructure/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/install.sh b/infrastructure/install.sh index 342e66f..487dff4 100644 --- a/infrastructure/install.sh +++ b/infrastructure/install.sh @@ -8,7 +8,7 @@ apt install -y golang mkdir -p bin -echo "#!/bin/bash" > bin/discord -echo "source vars/discord.env" >> bin/discord -echo "cd discord && git stash && git pull && go run ." >> bin/discord +echo "#!/bin/bash" > bin/bot +echo "source vars/discord.env" >> bin/bot +echo "cd discord && git stash && git pull && go run ." >> bin/bot chmod a+rx bin/discord \ No newline at end of file