working on dat cross-distro support....

This commit is contained in:
2015-07-12 03:04:09 -04:00
parent 67aba34ed1
commit 52cb0ea321
30 changed files with 138 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
echo "Started at $(date)..."
## Import settings
if [ -f "build.conf" ];
then
@@ -82,3 +84,5 @@ do
done
rm -f ${LOCKFILE}
echo "Finished successfully at $(date)!"