Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Dec 4, 2024
1 parent 84b4048 commit d4f13b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestDB/run-full-test
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ done

# ====== Hostname check =====================================================
HOSTNAME="$(hostname -s)"
if [ "${HOSTNAME}" != "localhost" ] && [ "${HOSTNAME}" != "dbtest" ] ; then
if [ "${HOSTNAME}" != "localhost" ] && [ "${HOSTNAME}" != "dbtest" ] && [ "${HOSTNAME}" != "vbox" ] ; then
if [ "${REALLY_RUN}" != "--really-run-i-know-that-it-may-mess-up-the-system" ] ; then
echo >&2 "Hostname is not \"localhost\" or \"dbtest\". This script assumes to be run on a TEST SYSTEM only, since it replaces (i.e. erases!) existing installations of PostgreSQL, MariaDB/MySQL and MongoDB!"
echo >&2 "Stopping here."
Expand Down

0 comments on commit d4f13b1

Please sign in to comment.