Skip to content

Commit 2f8d4fd

Browse files
author
Gogs
committed
Fix start script
1 parent 2883dd8 commit 2f8d4fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

start-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
nohup rails s --port 5678 -e development > /dev/null 2>&1 &
3+
nohup rails s --port 5678 > /dev/null 2>&1 &
44
echo $! > pid.file

0 commit comments

Comments
 (0)