Browse Source

play1 setup file error

Patrick Falls 12 years ago
parent
commit
3c90cff84e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      play1/setup.py

+ 1 - 1
play1/setup.py

@@ -11,7 +11,7 @@ def start(args):
   return 0
 def stop():
   try:
-     subprocess.check_call("play1 stop", shell=True, cwd="play1")
+    subprocess.check_call("play1 stop", shell=True, cwd="play1")
 #    subprocess.check_call("$RESIN_HOME/bin/resinctl shutdown", shell=True)
 #    subprocess.check_call("rm -rf $RESIN_HOME/webapps/*", shell=True)
     return 0