File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 84
84
85
85
wait_for_wakapi () {
86
86
counter=0
87
- echo " Waiting for Wakapi to come up ..."
87
+ echo " Waiting for Hackatime to come up ..."
88
88
until curl --output /dev/null --silent --get --fail http://localhost:3000/api/health; do
89
89
if [ " $counter " -ge 30 ]; then
90
- echo " Waited for 30s, but Wakapi failed to come up ..."
90
+ echo " Waited for 30s, but Hackatime failed to come up ..."
91
91
exit 1
92
92
fi
93
93
@@ -109,7 +109,7 @@ start_wakapi_background() {
109
109
}
110
110
111
111
kill_wakapi () {
112
- echo " Shutting down Wakapi ..."
112
+ echo " Shutting down Hackatime ..."
113
113
kill -TERM $pid
114
114
}
115
115
126
126
echo " Configuration file: $config "
127
127
if [ " ${MIGRATION-0} " -eq 1 ]; then
128
128
echo " Running last release ..."
129
- start_wakapi_background " ./wakapi " " $config "
129
+ start_wakapi_background " ./hackatime " " $config "
130
130
kill_wakapi
131
131
fi
132
132
133
133
echo " Running current build ..."
134
- start_wakapi_background " ../wakapi " " $config "
134
+ start_wakapi_background " ../hackatime " " $config "
135
135
kill_wakapi
136
136
137
137
# Only sqlite has data
You can’t perform that action at this time.
0 commit comments