Conflicts:
	src/neutrino.cpp


Origin commit data
------------------
Commit: 4ace56d488
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-01-29 (Sun, 29 Jan 2017)
This commit is contained in:
vanhofen
2017-01-29 21:30:01 +01:00
14 changed files with 126 additions and 47 deletions

View File

@@ -21,7 +21,7 @@ update_file()
fi
echo "update $FILE_IMAGE"
rm -f $FILE_IMAGE
cp $FILE_NEW $FILE_IMAGE
cp -d $FILE_NEW $FILE_IMAGE
fi
}