From ab91b7629af4dfac98baa23cf5e5b2f817ac9b16 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 10 Jul 2024 15:51:19 -0700 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1dc6bed..d5e00f1 100755 --- a/install.sh +++ b/install.sh @@ -37,8 +37,8 @@ read bot #set the correct path in the service file program_path="$(dirname "$0")" -cp etc/pong_bot.service.tmp etc/pong_bot.service -cp etc/mesh_bot.service.tmp etc/mesh_bot.service +cp etc/pong_bot.tmp etc/pong_bot.service +cp etc/mesh_bot.tmp etc/mesh_bot.service sed -i "s|/dir/launch.sh|$program_path/launch.sh|g" etc/pong_bot.service sed -i "s|/dir/launch.sh|$program_path/launch.sh|g" etc/mesh_bot.service