Update stop.sh

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

View File

@ -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
}