Skip to content

Commit 62d9b9d

Browse files
Fix code blocks for bash
1 parent f11a8df commit 62d9b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinx/misc/specify7_ecs_most-in-one.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ sudo systemctl restart nginx;
184184
```
185185

186186
specify7-django.service
187-
```service
187+
```bash
188188
[Unit]
189189
Description=Specify 7 Django Server
190190
Wants=network.target
@@ -200,7 +200,7 @@ WantedBy=multi-user.target
200200
```
201201

202202
report-runner.service
203-
```service
203+
```bash
204204
[Unit]
205205
Description=Specify Report Runner Service
206206
Wants=network.target

0 commit comments

Comments
 (0)