service installation scripts

This commit is contained in:
bvn13 2024-10-10 00:23:33 +03:00
parent 1b00624c8a
commit 646237b6ed

View File

@ -61,7 +61,7 @@ poetry install
echo "Creating service file..."
cat git-pusher.service | sed 's?<DIR>?'`pwd`'?' | sed 's?<WATCH_DIR>?'$WATCH_DIR'?' | sudo tee -a "$SERVICEFILE" > /dev/null
cat git-pusher.service | sed 's?<DIR>?'`pwd`'?' | sed 's?<WATCH_DIR>?'$WATCH_DIR'?' | tee -a "$SERVICEFILE" > /dev/null
echo "Reloading daemons..."