mirror of
https://github.com/dockur/windows.git
synced 2026-08-03 12:37:20 +01:00
feat: Add option to disable shared folder shortcuts (#1928)
This commit is contained in:
+1
-1
@@ -18,6 +18,7 @@ set -Eeuo pipefail
|
||||
: "${LANGUAGE:=""}"
|
||||
: "${USERNAME:=""}"
|
||||
: "${PASSWORD:=""}"
|
||||
: "${SHORTCUT:=""}"
|
||||
: "${DOMAIN_OU:=""}"
|
||||
: "${WORKGROUP:=""}"
|
||||
: "${AUTOLOGIN:=""}"
|
||||
@@ -36,7 +37,6 @@ LANGUAGE=$(strip "$LANGUAGE")
|
||||
USERNAME=$(strip "$USERNAME")
|
||||
DOMAIN_OU=$(strip "$DOMAIN_OU")
|
||||
WORKGROUP=$(strip "$WORKGROUP")
|
||||
AUTOLOGIN=$(strip "$AUTOLOGIN")
|
||||
|
||||
MIRRORS=3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user