Skip to content

Commit efd37ce

Browse files
author
Pangaulin
committed
Update password message to indicate how to use special characters in password
1 parent 4fbfeb0 commit efd37ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +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."
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\!\?'"
3233
echo "You can type in: 'sh' and then the command above which may or may not work for your password."
3334
echo "But using arrow keys and tab completion won't work, so only copy, paste and enter works."
3435
printf "=============================================================================================\n"

0 commit comments

Comments
 (0)