From 646237b6ed860a059ac9b54a5c4ce3948af5a0cd Mon Sep 17 00:00:00 2001 From: bvn13 Date: Thu, 10 Oct 2024 00:23:33 +0300 Subject: [PATCH] service installation scripts --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ba9c2f8..ff3fcb1 100755 --- a/install.sh +++ b/install.sh @@ -61,7 +61,7 @@ poetry install echo "Creating service file..." -cat git-pusher.service | sed 's??'`pwd`'?' | sed 's??'$WATCH_DIR'?' | sudo tee -a "$SERVICEFILE" > /dev/null +cat git-pusher.service | sed 's??'`pwd`'?' | sed 's??'$WATCH_DIR'?' | tee -a "$SERVICEFILE" > /dev/null echo "Reloading daemons..."