mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix to simplify wording
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user