mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:46:20 +00:00
Update 01-init
This commit is contained in:
parent
b0ba72ac2d
commit
1589f50882
4 changed files with 4 additions and 13 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Create base directories
|
||||
for dir in vnc config ssh
|
||||
do
|
||||
|
|
@ -6,4 +7,3 @@ do
|
|||
done
|
||||
|
||||
## OPTIONAL: More commands may be added below
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# Reformat path
|
||||
# Reformat proxy path
|
||||
if [[ ${MYVNC_PROXYPATH} == "/" ]]
|
||||
then
|
||||
unset _MYVNC_PROXYPATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue