Skip to content

Commit

Permalink
target
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 25, 2023
1 parent 231c336 commit 6257508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion additionalFiles/openhd_sys_utils.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Type=simple
ExecStart=/bin/bash /usr/local/bin/openhd_sys_utils.sh

[Install]
WantedBy=multi-user.target
WantedBy=basic.target
2 changes: 1 addition & 1 deletion additionalFiles/openhd_sys_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
# initialise functions
if [ -f "/boot/openhd/hardware_vtx_v20.txt" ]; then
sudo bash /usr/local/bin/initX20.sh
rm /boot/openhd/hardware_vtx_v20.txt
#rm /boot/openhd/hardware_vtx_v20.txt
fi

if [ -f "/boot/openhd/x86.txt" ]; then
Expand Down

0 comments on commit 6257508

Please sign in to comment.