From 0807492c2839ab356b2136fef6b972fe9fce7d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Choch=C3=B3=C5=82?= Date: Mon, 18 Sep 2017 14:15:18 +0200 Subject: [PATCH] Quick config fix --- statesnap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statesnap.sh b/statesnap.sh index c998047..811c44d 100755 --- a/statesnap.sh +++ b/statesnap.sh @@ -1,7 +1,7 @@ #!/bin/bash # CONFIG -SNAP_FOLDER="~/server_states" +SNAP_FOLDER=~/server_states # Bash color definitions GREEN='\033[00;92m'