diff --git a/run/nobody/qbittorrent.sh b/run/nobody/qbittorrent.sh index 83ad66c..6ac587d 100644 --- a/run/nobody/qbittorrent.sh +++ b/run/nobody/qbittorrent.sh @@ -1,4 +1,4 @@ -#!/usr/bin/dumb-init /bin/bash +#!/bin/bash if [[ "${qbittorrent_running}" == "false" ]]; then diff --git a/run/nobody/watchdog.sh b/run/nobody/watchdog.sh index e6e3fa3..00bff88 100644 --- a/run/nobody/watchdog.sh +++ b/run/nobody/watchdog.sh @@ -1,4 +1,4 @@ -#!/usr/bin/dumb-init /bin/bash +#!/bin/bash # define destination file path for qbittorrent config file qbittorrent_config="/config/qBittorrent/config/qBittorrent.conf"