Skip to content

Commit 7844767

Browse files
committed
Minor change to Persevere startup script.
1 parent e361b41 commit 7844767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server-start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ else
4545
exit 1
4646
fi
4747

48-
if [ -f "$ERR_FILE" ]; then
48+
if [ -e "$ERR_FILE" ]; then
4949
rm "$ERR_FILE"
5050
fi
5151

0 commit comments

Comments
 (0)