Skip to content

Commit 1276111

Browse files
committed
Small tweaks to some things based on feedback
1 parent bf369ea commit 1276111

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

linux/dummy-app-src/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# the possible locations of the app binary itself, and its debfile
22
app
33
*.deb
4-
dist/debian/app/usr/bin/app
4+
dist/linux/app/usr/bin/app
55
# but NOT its Debian packaging root directory, which must have the same name
6-
!dist/debian/app/
6+
!dist/linux/app/
File renamed without changes.
File renamed without changes.

linux/instructions/challenge_3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ the system reboots* -- meaning that if the server is restarted for any reason,
1616
the app service needs to start again *without you starting it manually*.
1717

1818
If for any reason you need to check out more detailed logs of the service, you
19-
can also use the separate `journald` command to inspect them.
19+
can also use the separate `journalctl` command to inspect them.

linux/instructions/challenge_4.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ look at the `/opt/app` directory again, you may have noticed that there is a
1515
`dist/` subdirectory there. You need to:
1616

1717
- use that `dist/` directory tree, and the right setup & commands, to build a
18-
Debian Package out of the app
18+
Debian Package out of the app (note: you should use the `tree` command on that
19+
`dist` directory to see the whole existing tree!)
1920

2021
- install the built package with the Debian package manager
2122

0 commit comments

Comments
 (0)