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