9 lines
215 B
Markdown
Raw Normal View History

2024-01-23 20:30:15 -03:00
---
description: This includes the file in the actual configuration file, the first line is leaked as an error message.
functions:
sudo:
- code: |
LFILE=file_to_read
sudo apache2 -f $LFILE
---