adds spoiler
This commit is contained in:
parent
b631c46435
commit
a62b0f2923
|
@ -273,7 +273,6 @@ Try to have a go a creating one from scratch!
|
||||||
<details>
|
<details>
|
||||||
<summary>Spoiler warning</summary>
|
<summary>Spoiler warning</summary>
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
➜ ~ cat site-manager.sh
|
➜ ~ cat site-manager.sh
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
@ -309,6 +308,7 @@ esac
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
If we try out this script, as `sudo` because we need to modify files owned by other users, we get the following.
|
If we try out this script, as `sudo` because we need to modify files owned by other users, we get the following.
|
||||||
It's a proof of concept but more than enough to continue with the service files.
|
It's a proof of concept but more than enough to continue with the service files.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue