Skip to content

Commit b5bbc4b

Browse files
authored
Make paswords with characters that trigger some bash function work
!q trigged some function in my password, but by using sh it works. Also now the terminal is green so that gives +420 hacker vibes Signed-off-by: Macley <[email protected]>
1 parent e4cce25 commit b5bbc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ echo -e "./AltServer -u \033[0;32m${udid}\033[0m -a \033[0;[email protected]\0
3030
echo -e "Once you're finished, type: \033[0;35mexit\033[0m."
3131
printf "=================================\n\n"
3232

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

0 commit comments

Comments
 (0)