Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Oct 3, 2023
1 parent 1febd9a commit a194689
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .templates/00-smb_mounts.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=
set -e

####################
# MOUNT SMB SHARES #
Expand Down
2 changes: 1 addition & 1 deletion .templates/90-config_yaml.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155,SC1087,SC2163,SC2116,SC2086
set -e

##################
# INITIALIZATION #
Expand Down
2 changes: 1 addition & 1 deletion calibre/rootfs/etc/cont-init.d/20-folders.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2046
set -e

# Define user
PUID=$(bashio::config "PUID")
Expand Down
2 changes: 1 addition & 1 deletion calibre/rootfs/etc/cont-init.d/80-configuration.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2015
set -e

# Install specific apps
if bashio::config.has_value 'additional_apps'; then
Expand Down
2 changes: 1 addition & 1 deletion calibre_web/rootfs/etc/cont-init.d/80-configuration.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2015
set -e

# Set TZ
if bashio::config.has_value 'TZ'; then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155
set -e

#####################
# Autodiscover mqtt #
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155
set -e

#####################
# Autodiscover mqtt #
Expand Down
2 changes: 1 addition & 1 deletion immich/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155,SC2016
set -e

###################################
# Export all addon options as env #
Expand Down
2 changes: 1 addition & 1 deletion joplin/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155
set -e

bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash."

Expand Down
2 changes: 1 addition & 1 deletion nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2086
set -e

# Runs only after initialization done
# shellcheck disable=SC2128
Expand Down
2 changes: 1 addition & 1 deletion paperless_ngx/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155
set -e

####################
# Define variables #
Expand Down
2 changes: 1 addition & 1 deletion photoprism/rootfs/etc/cont-init.d/30-graphic_drivers.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2015
set -e

if bashio::config.has_value 'graphic_drivers'; then
GRAPHIC_DRIVERS="$(bashio::config 'graphic_drivers')"
Expand Down
2 changes: 1 addition & 1 deletion photoprism/rootfs/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155,SC2015
set -e

###########
# SCRIPTS #
Expand Down
2 changes: 1 addition & 1 deletion sabnzbd/rootfs/etc/cont-init.d/32-nginx_ingress.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2317
set -e

#################
# NGINX SETTING #
Expand Down
2 changes: 1 addition & 1 deletion seafile/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155,SC2016
set -e

###################################
# Export all addon options as env #
Expand Down
2 changes: 1 addition & 1 deletion tandoor_recipes/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155
set -e

#####################
# Export env values #
Expand Down
2 changes: 1 addition & 1 deletion webtop_kde/rootfs/etc/cont-init.d/20-folders.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2046
set -e

# Define user
PUID=$(bashio::config "PUID")
Expand Down
2 changes: 1 addition & 1 deletion webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2015
set -e

# Install specific apps
if bashio::config.has_value 'additional_apps'; then
Expand Down
2 changes: 1 addition & 1 deletion webtrees/rootfs/etc/cont-init.d/99-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
set -e
# shellcheck disable=SC2155
set -e

##############
# CLOUDFLARE #
Expand Down

0 comments on commit a194689

Please sign in to comment.