mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-09 06:32:31 +02:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
3539f328fb
commit
f5428e0950
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -d /config ]; then
|
||||
echo "Creating /config"
|
||||
mkdir -p /config
|
||||
echo "Creating /config"
|
||||
mkdir -p /config
|
||||
fi
|
||||
|
||||
chown -R "$PUID:$PGID" /config
|
||||
|
||||
Reference in New Issue
Block a user