File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ start_gitlab() {
291
291
fi
292
292
293
293
if [ " $gitlab_workhorse_status " = " 0" ]; then
294
- echo " The GitLab Workhorse is already running with pid $spid , not restarting"
294
+ echo " The GitLab Workhorse is already running with pid $hpid , not restarting"
295
295
else
296
296
# No need to remove a socket, gitlab-workhorse does this itself.
297
297
# Because gitlab-workhorse has multiple executables we need to fix
@@ -313,7 +313,7 @@ start_gitlab() {
313
313
314
314
if [ " $gitlab_pages_enabled " = true ]; then
315
315
if [ " $gitlab_pages_status " = " 0" ]; then
316
- echo " The GitLab Pages is already running with pid $spid , not restarting"
316
+ echo " The GitLab Pages is already running with pid $gppid , not restarting"
317
317
else
318
318
$app_root /bin/daemon_with_pidfile $gitlab_pages_pid_path \
319
319
$gitlab_pages_dir /gitlab-pages $gitlab_pages_options \
@@ -421,7 +421,7 @@ print_status() {
421
421
fi
422
422
if [ " $gitlab_pages_enabled " = true ]; then
423
423
if [ " $gitlab_pages_status " = " 0" ]; then
424
- echo " The GitLab Pages with pid $mpid is running."
424
+ echo " The GitLab Pages with pid $gppid is running."
425
425
else
426
426
printf " The GitLab Pages is \033[31mnot running\033[0m.\n"
427
427
fi
You can’t perform that action at this time.
0 commit comments