mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-02 09:57:42 +01:00
Update 20-folders.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
for FOLDERS in "Desktop" "thinclients_drives" ".config"; do
|
for FOLDERS in "Desktop" "thinclient_drives" ".config"; do
|
||||||
mkdir -p /share/webtop-alpine/$FOLDERS
|
mkdir -p /share/webtop-alpine/$FOLDERS
|
||||||
if [ -d /config/$FOLDERS ]; then
|
if [ -d /config/$FOLDERS ]; then
|
||||||
cp /config/$FOLDERS/* /share/webtop-alpine/$FOLDERS
|
cp /config/$FOLDERS/* /share/webtop-alpine/$FOLDERS
|
||||||
|
|||||||
Reference in New Issue
Block a user