Skip to content

Commit 264f1c8

Browse files
committed
Add support for serial and key set via environmental variables
1 parent 055427c commit 264f1c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

virtualmin-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# https://www.virtualmin.com/docs/installation/guides
99

1010
# License and version
11-
SERIAL=GPL
12-
KEY=GPL
11+
SERIAL="${SERIAL:-GPL}"
12+
KEY="${KEY:-GPL}"
1313
VER=8.0.6
1414
vm_version=8
1515

0 commit comments

Comments
 (0)