Browse Source

修正shutdow.sh pid文件路径

James Iter 8 years ago
parent
commit
9737cc48e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shutdown.sh

+ 1 - 1
shutdown.sh

@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-kill `cat /home/www/sites/JimV-C/jimid.pid`
+kill `cat /run/jimv/jimvc.pid`