DEV: Launcher Cleanup - Remove redundant word in error message ()

This commit is contained in:
SouthpawKB 2025-02-25 16:26:10 -05:00 committed by GitHub
parent 3715498fc1
commit 375bcf1675
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -491,7 +491,7 @@ fi
if [ -d /var/discourse/shared/standalone/postgres_data_old ]; then
echo
echo "Old PostgreSQL backup data cluster detected taking up $(du -hs /var/discourse/shared/standalone/postgres_data_old | awk '{print $1}') detected"
echo "Old PostgreSQL backup data cluster detected taking up $(du -hs /var/discourse/shared/standalone/postgres_data_old | awk '{print $1}')"
read -p "Would you like to remove it? (y/N): " -n 1 -r && echo
if [[ $REPLY =~ ^[Yy]$ ]]; then