Make the error more descriptive

This commit is contained in:
Christopher
2023-08-22 11:31:57 -05:00
parent b9afa01d14
commit ff2b729c3e

View File

@@ -31,7 +31,7 @@ function run_install_runtipi() {
# Check if Runtipi container is running
if command -v docker &> /dev/null; then
if docker ps | grep -q "runtipi"; then
error_out "Runtipi container is running."
error_out "Runtipi is already running in a docker container."
fi
fi