mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-14 03:21:30 +02:00
Fix typo
This commit is contained in:
@@ -124,6 +124,6 @@
|
|||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
"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]"
|
"webui": "https://[HOST]:[PORT:443]"
|
||||||
}
|
}
|
||||||
@@ -21,7 +21,7 @@ rootuser='root'
|
|||||||
|
|
||||||
printf "Creating possible missing Directories\n"
|
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
|
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"
|
echo "... $folder"
|
||||||
mkdir -p "$folder" || true
|
mkdir -p "$folder" || true
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user