Added autobackup of config.toml

pull/18/head
Matthieu Grieger 2014-12-13 16:16:14 -08:00
parent d6fd8826a8
commit b9dccd97d3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ install:
sudo cp -f mumbledj /usr/local/bin/mumbledj
mkdir -p ~/.mumbledj/config
mkdir -p ~/.mumbledj/songs
-mv ~/.mumbledj/config/config.toml ~/.mumbledj/config/config_backup.toml
cp -u config.toml ~/.mumbledj/config/config.toml
install_deps: