Skip to content

Commit

Permalink
Merge pull request #3063 from wiryhatbox/update-script
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriles90 authored Nov 24, 2024
2 parents 2d440dc + 31edf85 commit d66b1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_popcorn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [ -e "$git_dir"/config ]; then
fi
if [ "$clone_repo" = "True" ]; then
echo "Cloning Popcorn Time"
read -p "Where do you wish to clone Popcorn Time to? [popcorn] " dir
read -r -p "Where do you wish to clone Popcorn Time to? [popcorn] " dir
if [ -z "$dir" ]; then
dir='popcorn'
elif [ "$dir" = "/" ]; then
Expand Down

0 comments on commit d66b1d9

Please sign in to comment.