-
-
Notifications
You must be signed in to change notification settings - Fork 811
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the other qbittorrent script with the new variable.
Switch shebang on the npm script
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docker-mods/nginx-proxy-manager/root/etc/cont-init.d/98-themepark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/command/with-contenv bash | ||
#!/bin/sh | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
GilbN
Author
Collaborator
|
||
|
||
echo '--------------------------------------' | ||
echo '| Nginx Proxy Manager theme.park Mod |' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Why was this changed? There are many bash-isms in this file which are ignored or treated as errors in a POSIX sh shell.