Skip to content

Commit d604af2

Browse files
authored
Merge pull request #14 from github-developer/fix/runsvc-path
fix: runsvc is in bin/
2 parents 9873600 + 0878896 commit d604af2

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)