Skip to content

Commit 4fbfeb0

Browse files
authored
Explain issue with complex/random passwords
1 parent b5bbc4b commit 4fbfeb0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docker-entrypoint.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ printf "===============================================================\n"
2727
echo -e "\nTo install an IPA, run the following command and change \033[0;31mmyemail\033[0m and \033[0;31mmyapplepass\033[0m. The \033[0;32mUDID\033[0m is already correct:"
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"
30-
echo -e "Once you're finished, type: \033[0;35mexit\033[0m."
30+
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."
34+
printf "=============================================================================================\n"
35+
echo -e "\nOnce you're finished, type: \033[0;35mexit\033[0m."
3136
printf "=================================\n\n"
3237

33-
/bin/sh
38+
/bin/bash

0 commit comments

Comments
 (0)