mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-03-28 18:03:49 +00:00
fix(install): remove s flag from read
This commit is contained in:
@@ -71,7 +71,7 @@ function main() {
|
||||
touch "$ENV_FILE"
|
||||
|
||||
for env in "${ENV_LIST[@]}"; do
|
||||
read -sp "Enter value for $env: " value
|
||||
read -p "Enter value for $env: " value
|
||||
echo
|
||||
env_variable_interaction "$env" "$value"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user