diff options
| author | Lain Iwakura <lain@lainmail.xyz> | 2026-01-04 05:09:31 +0300 |
|---|---|---|
| committer | Lain Iwakura <lain@lainmail.xyz> | 2026-01-04 05:09:31 +0300 |
| commit | 7a0be8fc79716b502896816359d317ceb3f2e2bb (patch) | |
| tree | ff848282c63bead81e1fc05942b23790afc92776 | |
| parent | feat(client:exit): byee :33 (diff) | |
| download | torus-7a0be8fc79716b502896816359d317ceb3f2e2bb.tar.gz torus-7a0be8fc79716b502896816359d317ceb3f2e2bb.zip | |
fix(deploy.sh): systemgoi
| -rwxr-xr-x | deploy.sh | 2 |
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 |