move existing config to data

This commit is contained in:
j 2016-01-18 12:10:50 +05:30
parent b05618f50a
commit cef4ce23e1
1 changed files with 2 additions and 2 deletions

4
ctl
View File

@ -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"