switch to dumb-init

pull/200/head
binhex 2 years ago
parent 9b9ce4388c
commit cc5a2471cb

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/dumb-init /bin/bash
if [[ "${qbittorrent_running}" == "false" ]]; then

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/dumb-init /bin/bash
# define destination file path for qbittorrent config file
qbittorrent_config="/config/qBittorrent/config/qBittorrent.conf"

Loading…
Cancel
Save