Update 20-folders.sh

This commit is contained in:
Alexandre
2022-01-07 08:28:35 +01:00
committed by GitHub
parent 7c1940e54b
commit fdb8bb11dd

View File

@@ -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