mirror of
https://github.com/Unimatrix0/update_ombi.git
synced 2025-08-14 02:28:04 -07:00
Merge remote-tracking branch 'refs/remotes/origin/master' into development
This commit is contained in:
commit
c321661fd0
2 changed files with 13 additions and 9 deletions
18
.github/issue_template.md
vendored
18
.github/issue_template.md
vendored
|
@ -1,12 +1,16 @@
|
|||
<!--
|
||||
|
||||
## Use the appropriate template or the issue will be summarily closed.
|
||||
### Ensure the title of your issue is short and specific.
|
||||
> e.g. "Parsing service with non-default name fails", not "Parsing problem" or "When my service file is named ombi3.service instead of ombi.service, the script is unable to parse the service file for installdir, user, and group."
|
||||
#### Remember that anything you post here is public and permanent.
|
||||
> ***Do not post any private details that you do not wish to become public.***
|
||||
#### Remove the following line and everything above it before submitting the issue.
|
||||
***
|
||||
Use the appropriate template or the issue will be summarily closed.
|
||||
|
||||
Ensure the title of your issue is short and specific.
|
||||
e.g. "Parsing service with non-default name fails", not "Parsing problem" or "When my service file is named ombi3.service instead of ombi.service, the script is unable to parse the service file for installdir, user, and group."
|
||||
|
||||
|
||||
Remember that anything you post here is public and permanent.
|
||||
|
||||
***Do not post any private details that you do not wish to become public.***
|
||||
|
||||
-->
|
||||
#### First Checks:
|
||||
|
||||
Replace the check box for each line with a ☑ or 'x' after confirming.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# update_ombi
|
||||
Ombi (tidusjar/Ombi) update script for Systemd (Ubuntu based distros)
|
||||
[Ombi](https://github.com/tidusjar/Ombi) update script for Systemd (Ubuntu based distros)
|
||||
|
||||
**Create the Ombi update script**
|
||||
|
||||
|
@ -45,4 +45,4 @@ ombi ALL=NOPASSWD: /bin/systemctl stop ombi.service, /bin/systemctl start omb
|
|||
```
|
||||
|
||||
> ### Note:
|
||||
> This assumes you're running the script as **ombi** and that the systemd service is named **ombi**.
|
||||
> This assumes you're running the script as **ombi** and that the systemd service is named **ombi**.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue