Update stop.sh

This commit is contained in:
MarkusMcNugen
2018-02-02 22:07:11 -05:00
committed by GitHub
parent 9558fa0565
commit a25214631b

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 /home/$USER/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf cp /root/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf
exit 0 exit 0
} }