5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
read -p "Enter new password: " NEW_PASSWORD
|
|
echo "TAM_PWD=${NEW_PASSWORD}" > prod.env
|