Skip to content

Commit

Permalink
Fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 25, 2023
1 parent b3fe9b6 commit e4470fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
with:
setup: |
echo "src/gz local-rmall file:///opt/tmp/src" > /opt/etc/opkg.conf.d/16-local.conf
unit_path=/etc/systemd/system/rm2fb.service.d
mkdir -p "$unit_path"
unit_path=/etc/systemd/system/rm2fb.service.d/99-never-fail.conf
mkdir -p "$(dirname "$unit_path")"
echo "[Unit]" >> $unit_path"
echo "ExecStart=" >> $unit_path"
echo "ExecStart=/bin/true" >> $unit_path"
Expand Down

0 comments on commit e4470fa

Please sign in to comment.