Also rename /tmp/pi for coherence

This commit is contained in:
Irae Carvalho 2022-08-10 14:16:31 -03:00
parent 905bf38611
commit afbe4e2910
5 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ set -o pipefail
bold=$(tput bold)
normal=$(tput sgr0)
mkdir -p /tmp/pi
mkdir -p /tmp/pi-admin
printf "$bold%s$normal\n" "Please type sudo password and press enter"
read -rs password