add color to svg

This commit is contained in:
2024-10-19 16:36:47 -05:00
parent 9c33a61570
commit aebd25dc16
16 changed files with 318 additions and 142 deletions

View File

@@ -26,8 +26,8 @@ if [ "$LOCAL_DB" = true ]; then
DB_PATH="/Users/donov/databases/nkode.db"
BACKUP_DIR="/var/tmp"
else
DB_PATH="//remote/path/to/db"
BACKUP_DIR="/remote/path/to/backup/dir"
DB_PATH="/home/dkelly/databases/nkode.db"
BACKUP_DIR="/var/tmp"
fi
BACKUP_NAME="backup_nkode_$(date +'%Y%m%d%H%M%S').tar.gz"