mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update stop.sh
This commit is contained in:
parent
63d755495a
commit
9558fa0565
@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
function trap_handler
|
function trap_handler
|
||||||
{
|
{
|
||||||
echo "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 /home/$USER/.config/qBittorrent/qBittorrent.conf /config/qbittorrent/qBittorrent.conf
|
||||||
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
trap trap_handler SIGINT SIGTERM SIGHUP
|
trap trap_handler SIGINT SIGTERM SIGHUP
|
||||||
|
Loading…
Reference in New Issue
Block a user