Skip to content

Commit 57491a2

Browse files
authored
Merge pull request #5 from Pangaulin/fix-password-special-char
Update password message to indicate how to use special characters in …
2 parents 4fbfeb0 + aa42dba commit 57491a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-entrypoint.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ echo -e "\nTo install an IPA, run the following command and change \033[0;31mmye
2828
printf "=============================================================================================================\n"
2929
echo -e "./AltServer -u \033[0;32m${udid}\033[0m -a \033[0;[email protected]\033[0m -p \033[0;31mmyapplepass\033[0m SideStore.ipa\n"
3030
echo -e "\nDo note that if your password contains special characters like '@','$' '!'or a space."
31-
echo "It may not work and you need to reset your password to something simpler sadly."
32-
echo "You can type in: 'sh' and then the command above which may or may not work for your password."
33-
echo "But using arrow keys and tab completion won't work, so only copy, paste and enter works."
31+
echo "It may not work and you need to put backslashes before it"
32+
echo "For example, if your password is 'azerty79!?', you need to write 'azerty79\!\?'"
3433
printf "=============================================================================================\n"
3534
echo -e "\nOnce you're finished, type: \033[0;35mexit\033[0m."
3635
printf "=================================\n\n"

0 commit comments

Comments
 (0)