mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-15 17:08:19 +01:00
Update run.txt
This commit is contained in:
@@ -45,7 +45,10 @@ fi
|
||||
################
|
||||
|
||||
#Sets caddyfile to 9925 as default port
|
||||
if [ -f /app/Caddyfile ]; then sed -i "s/80/9925/g" /app/Caddyfile; fi
|
||||
if [ -f /app/Caddyfile ]; then
|
||||
sed -i "s/80/9925/g" /app/Caddyfile
|
||||
echo "Caddyfile adapted"
|
||||
fi
|
||||
|
||||
#######
|
||||
# SSL #
|
||||
|
||||
Reference in New Issue
Block a user