From cef4ce23e1e7c232a8cb0bcc7602e109790e351c Mon Sep 17 00:00:00 2001 From: j Date: Mon, 18 Jan 2016 12:10:50 +0530 Subject: [PATCH] move existing config to data --- ctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctl b/ctl index bcbaf2b..82b37ec 100755 --- a/ctl +++ b/ctl @@ -12,8 +12,8 @@ PLATFORM=`uname -m` DATA="$BASE/data" if [ ! -e "$DATA" ] && [ -e "$BASE/config" ]; then - #mv "$BASE/config" "$DATA" - DATA="$BASE/config" + mv "$BASE/config" "$DATA" + #DATA="$BASE/config" else if [ ! -e "$BASE/data/release.json" ] && [ -e "$BASE/config/release.json" ]; then mv "$BASE/config/release.json" "$BASE/data/release.json"