add feature enable/disable reception door log

This commit is contained in:
2017-02-28 20:29:10 +01:00
parent f27528d4cb
commit 1ff1d03a07
13 changed files with 223 additions and 115 deletions

32
clean_runtime.sh Executable file
View File

@@ -0,0 +1,32 @@
#!/usr/bin/env bash
FITNESS_HOME=$(pwd)
echo ${FITNESS_HOME}
cd ${FITNESS_HOME}/backend
rm -r runtime
mkdir runtime
cd runtime
cat > .gitignore <<EOF
*
!.gitignore
EOF
cd ${FITNESS_HOME}/console
rm -r runtime
mkdir runtime
cd runtime
cat > .gitignore <<EOF
*
!.gitignore
EOF
cd ${FITNESS_HOME}/frontend
rm -r runtime
mkdir runtime
cd runtime
cat > .gitignore <<EOF
*
!.gitignore
EOF