Skip to content

Commit 0878896

Browse files
committed
fix: runsvc is in bin/
1 parent 9873600 commit 0878896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ CONFIG_TOKEN=$(curl --data "" --header "Authorization: Bearer $TOKEN" https://ap
1818
./config.sh --url https://github.com/$GITHUB_REPO --token $CONFIG_TOKEN --unattended --replace
1919

2020
# Run it
21-
./runsvc.sh
21+
./bin/runsvc.sh

0 commit comments

Comments
 (0)