mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Fix typo
This commit is contained in:
@@ -124,6 +124,6 @@
|
||||
"slug": "nextcloud_ocr",
|
||||
"uart": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||
"version": "27.0.1-5",
|
||||
"version": "27.0.1-6",
|
||||
"webui": "https://[HOST]:[PORT:443]"
|
||||
}
|
||||
@@ -21,7 +21,7 @@ rootuser='root'
|
||||
|
||||
printf "Creating possible missing Directories\n"
|
||||
for folder in "$ocpath"/data "$ocpath"/assets "$ocpath"/updater "$ocpath"/apps "$ocpath"/assets "$ocpath"/config "$ocpath"/data "$ocpath"/themes /data/config/nextcloud/config /data/config/nextcloud/data /ssl/nextcloud/keys; do
|
||||
if [ ! -f "$folder" ]; then
|
||||
if [ ! -d "$folder" ]; then
|
||||
echo "... $folder"
|
||||
mkdir -p "$folder" || true
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user