mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
fix(bootstrap): track if welcome message was already shown
This commit is contained in:
@@ -222,8 +222,10 @@ fn_sub_home() { (
|
||||
); }
|
||||
|
||||
main() { (
|
||||
fn_show_welcome
|
||||
export WEBI_WELCOME=true
|
||||
if test -z "${WEBI_WELCOME:-}"; then
|
||||
fn_show_welcome
|
||||
fi
|
||||
export WEBI_WELCOME='shown'
|
||||
|
||||
# note: we may support custom locations in the future
|
||||
export WEBI_HOME="${HOME}/.local"
|
||||
|
||||
Reference in New Issue
Block a user