We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 811fec2 + aed158b commit de44061Copy full SHA for de44061
1 file changed
Setup/rapture.sh
@@ -120,8 +120,8 @@ if [ -n "$reflex_runner_path" ] && [ !$reflex_runner_is_in_path ] ; then
120
fi
121
122
123
-read -p "Enter Etienne User: " user
124
-read -s -p "Enter Etienne Password: " pass
+read -p "Enter Incapture User: " user
+read -s -p "Enter Incapture Password: " pass
125
echo $'\n'
126
127
hashpass=$(echo -n $pass | md5)
0 commit comments