Update stop.sh

This commit is contained in:
MarkusMcNugen 2018-02-02 22:07:20 -05:00 committed by GitHub
parent a25214631b
commit 46dd4a7b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
function trap_handler function trap_handler
{ {
echo "[info] Shutdown detected... copying config file to /config/qbittorrent" echo "[info] Shutdown detected... copying config file to /config/qbittorrent"
cp /root/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf yes | cp /root/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf
exit 0 exit 0
} }