Skip to content

Commit

Permalink
Custom workgroup by firemonk3y
Browse files Browse the repository at this point in the history
  • Loading branch information
kapdap committed Nov 13, 2024
1 parent 5ed57fc commit 6d2b017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ appSetup () {

LDOMAIN=${DOMAIN,,}
UDOMAIN=${DOMAIN^^}
URDOMAIN=${UDOMAIN%%.*}
URDOMAIN=${WORKGROUP:-${UDOMAIN%%.*}}

# If multi-site, we need to connect to the VPN before joining the domain
if [[ ${MULTISITE,,} == "true" ]]; then
Expand Down

0 comments on commit 6d2b017

Please sign in to comment.