Skip to content

Commit

Permalink
update scritps
Browse files Browse the repository at this point in the history
  • Loading branch information
klementng committed Aug 28, 2023
1 parent 06f7596 commit 7012ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/server.core
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
cd /app
#! /bin/sh
cd /app
python3 main.py server $@


2 changes: 1 addition & 1 deletion scripts/server.users
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#! /bin/sh
cd /app
python3 main.py users $@

Expand Down

0 comments on commit 7012ab3

Please sign in to comment.