environment variable EMAIL

This commit is contained in:
pvincent
2024-03-01 23:17:25 +04:00
parent 493ddabc88
commit d8e32eac2b
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -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
View File
@@ -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: "