Skip to content

Commit

Permalink
Warn again not to run on an already Virtualmin system
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Dec 15, 2017
1 parent f0b75a0 commit eaa19d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ yesno () {
if [ "$NONINTERACTIVE" = "1" ]; then
echo "Non-interactive shell detected. Cannot continue, as the script may need to ask questions."
echo "If you're running this from a script and want to install with default options, use '--force'."
echo "Never run this script on a system already running Virtualmin."
return 1
fi
while read -r line; do
Expand Down

0 comments on commit eaa19d6

Please sign in to comment.