Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 16eb006

Browse files
committed
Added cd command.
1 parent 3220458 commit 16eb006

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/daemon

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3-
$YAWS_DIR/bin/yaws -D --heart \
3+
cd $APP_DIR && $YAWS_DIR/bin/yaws \
4+
-D --heart \
45
--conf $APP_DIR/etc/yaws.conf \
56
--id $YAWS_APP_ID

bin/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
$YAWS_DIR/bin/yaws -i
3+
cd $APP_DIR && $YAWS_DIR/bin/yaws -i \
44
--conf $APP_DIR/etc/yaws.conf \
55
--id $YAWS_APP_ID

0 commit comments

Comments
 (0)