Cosmetic changes

This commit is contained in:
Le0xFF 2022-08-22 15:34:10 +02:00
parent 9617e35d17
commit 8ceec402a8

2
vli.sh
View File

@ -553,12 +553,10 @@ function void_packages {
if [[ -z "\$void_packages_path" ]] ; then
echo -e -n "\nPlease input a valid path.\n\n"
read -n 1 -r -p "[Press any key to continue...]" key
clear
elif [[ \$(stat --dereference --format="%U" \$void_packages_path) != "\$void_packages_username" ]] ; then
echo -e -n "\nUser \${RED_LIGHT}\$void_packages_username\${NORMAL} doesn't have write permission in this directory.\nPlease select another path.\n\n"
read -n 1 -r -p "[Press any key to continue...]" key
clear
else
while true; do