summary refs log tree commit diff
diff options
context:
space:
mode:
authorLain Iwakura <lain@lainmail.xyz>2026-01-04 05:09:31 +0300
committerLain Iwakura <lain@lainmail.xyz>2026-01-04 05:09:31 +0300
commit7a0be8fc79716b502896816359d317ceb3f2e2bb (patch)
treeff848282c63bead81e1fc05942b23790afc92776
parentfeat(client:exit): byee :33 (diff)
downloadtorus-7a0be8fc79716b502896816359d317ceb3f2e2bb.tar.gz
torus-7a0be8fc79716b502896816359d317ceb3f2e2bb.zip
fix(deploy.sh): systemgoi
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 191e8c6..07d355c 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -6,7 +6,7 @@ INSTALL_DIR=/opt/torus
 HOME_DIR=/home/torus
 SOCK_PATH=$HOME_DIR/torus.sock
 DATA_PATH=$HOME_DIR/torus.dat
-PID_PATH=/var/run/torus.pid
+PID_PATH=$HOME_DIR/torus.pid
 if [ "$EUID" -ne 0 ]; then 
     exit 1
 fi