sh templates and owncast unit file #9
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: LibertaCasa/system#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "script_owncast"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
simple shell script templates which are aimed at following posix compliance.
Hi, it would be great if we had all scripts in the new _templates directory to have a definite syntax for fields which need replacing. I.e.
REPO="<repo_url.git>"
is a good example - so i.e.mkdir /opt/app
would becomemkdir /opt/<app>
.