diff --git a/qbittorrent/stop.sh b/qbittorrent/stop.sh index 6fba638..37c5c92 100644 --- a/qbittorrent/stop.sh +++ b/qbittorrent/stop.sh @@ -3,7 +3,7 @@ function trap_handler { echo "[info] Shutdown detected... copying config file to /config/qbittorrent" - cp /home/$USER/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf + cp /root/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf exit 0 }