mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 00:55:58 +02:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
3539f328fb
commit
f5428e0950
4
portainer_agent/rootfs/etc/services.d/portainer_agent/run
Normal file → Executable file
4
portainer_agent/rootfs/etc/services.d/portainer_agent/run
Normal file → Executable file
@@ -13,7 +13,7 @@ bashio::log.info "Starting app"
|
||||
# Launch app
|
||||
cd /app || true
|
||||
if bashio::config.has_value 'PORTAINER_AGENT_ARGS'; then
|
||||
./agent "$PORTAINER_AGENT_ARGS" 2>/dev/null
|
||||
./agent "$PORTAINER_AGENT_ARGS" 2> /dev/null
|
||||
else
|
||||
./agent
|
||||
./agent
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user