@@ -8,7 +8,7 @@ source /app/.env.example |
||
8 | 8 |
|
9 | 9 |
# Cleanup any leftover pid file |
10 | 10 |
if [ -f /app/tmp/pids/server.pid ]; then |
11 |
- rm -f /app/tmp/pids/server.pid |
|
11 |
+ rm /app/tmp/pids/server.pid |
|
12 | 12 |
fi |
13 | 13 |
|
14 | 14 |
# is a mysql or postgresql database linked? |