Skip to content

Commit

Permalink
Enable proper support of shellcheck in git_pull/data/run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raypappa committed Dec 30, 2024
1 parent 82be79c commit e84beb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions git_pull/data/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/with-contenv bashio
# vim: ft=bash
# shellcheck shell=bash

#### config ####

# shellcheck disable=SC2034
CONFIG_PATH=/data/options.json
HOME=~

Expand Down

0 comments on commit e84beb4

Please sign in to comment.