environment variable EMAIL
This commit is contained in:
@@ -55,8 +55,7 @@ Debian12 fresh install
|
|||||||
* # log as normal user with sudo group
|
* # log as normal user with sudo group
|
||||||
* apt install -y git
|
* apt install -y git
|
||||||
* git clone https://git.artcode.re/miaou/miaou.git
|
* git clone https://git.artcode.re/miaou/miaou.git
|
||||||
* cd miaou
|
* ./miaou/lib/install.sh dev
|
||||||
* ./lib/install.sh dev
|
|
||||||
|
|
||||||
Nested container test drive
|
Nested container test drive
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|||||||
+2
-1
@@ -391,7 +391,8 @@ function ask_for_email {
|
|||||||
local PREFIX="install:ask_for_email"
|
local PREFIX="install:ask_for_email"
|
||||||
valid_email=$(auto_detect_email)
|
valid_email=$(auto_detect_email)
|
||||||
|
|
||||||
echo "valid_email=$valid_email" && exit 1
|
#TODO: to delete...
|
||||||
|
# echo "valid_email=$valid_email" && exit 1
|
||||||
|
|
||||||
while ! is_email_valid "$valid_email"; do
|
while ! is_email_valid "$valid_email"; do
|
||||||
echo -n "mandatory email: "
|
echo -n "mandatory email: "
|
||||||
|
|||||||
Reference in New Issue
Block a user