Fix to simplify wording

This commit is contained in:
iliajie
2023-07-22 22:22:54 +03:00
parent ff42c66129
commit f37dbd4c3d

View File

@@ -92,7 +92,7 @@ fi
# Ask first
if [ "$1" != "-f" ] && [ "$1" != "--force" ]; then
printf "Setup Webmin repository? (y/N) "
printf "Setup repository? (y/N) "
read -r sslyn
if [ "$sslyn" != "y" ] && [ "$sslyn" != "Y" ]; then
exit