Update service-filebrowser.json to remove unnecessary shell command encapsulation for improved command execution
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
"DEPEND": [],
|
||||
"START_ON_BOOT": "false",
|
||||
"ENTRYPOINT": "sh",
|
||||
"CMD": "-c '/filebrowser config init && /filebrowser users add \"$FILEBROWSER_USER\" \"$FILEBROWSER_PASS\" --perm.admin && /filebrowser'",
|
||||
"CMD": "/filebrowser config init && /filebrowser users add \"$FILEBROWSER_USER\" \"$FILEBROWSER_PASS\" --perm.admin && /filebrowser",
|
||||
"PRE_START": "null",
|
||||
"POST_START": [
|
||||
"firewall-filebrowser",
|
||||
|
Reference in New Issue
Block a user