Skip to content

Commit

Permalink
DEV: Launcher Cleanup - Remove redundant word in error message (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthpawKB authored Feb 25, 2025
1 parent 3715498 commit 375bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 375bcf1

Please sign in to comment.