fix(): Use env var OOSH_INSTALL_SOURCE
This commit is contained in:
parent
ff05fbca67
commit
ff7834be93
|
@ -10,6 +10,15 @@ docker exec -it once bash
|
|||
# default ubuntu prompt expands to # for root and $ for all other users
|
||||
#$ expect #
|
||||
|
||||
#$ sendcharacter # for testing: Install from OOSH_INSTALL_SOURCE
|
||||
#$ sendcontrol m
|
||||
#$ expect #
|
||||
#$ wait 500
|
||||
|
||||
export OOSH_INSTALL_SOURCE=/opt/once.sh
|
||||
#$ expect #
|
||||
|
||||
#$ wait 1000
|
||||
cd /opt/once.sh/init
|
||||
#$ expect #
|
||||
./oosh
|
||||
|
|
Loading…
Reference in New Issue
Block a user