Skip to content

Commit

Permalink
Merge pull request #48 from hdumcke/fix_buid_date
Browse files Browse the repository at this point in the history
fixed error when injecting build date ino mini-pupper-release
  • Loading branch information
mangdangroboticsclub committed Jul 22, 2023
2 parents 3337c31 + 7384ba4 commit b2ca5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BASEDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

### Write release file
echo BUILD_DATE=\"$(date)\" > ~/mini-pupper-release
echo HARDWARE=\"$(python3 $BASEDIR/Python_Module/MangDang/mini_pupper/capabilities.py)\" > ~/mini-pupper-release
echo HARDWARE=\"$(python3 $BASEDIR/Python_Module/MangDang/mini_pupper/capabilities.py)\" >> ~/mini-pupper-release
echo MACHINE=\"$(uname -m)\" >> ~/mini-pupper-release
if [ -f /boot/firmware/user-data ]
then
Expand Down

0 comments on commit b2ca5e1

Please sign in to comment.