We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3715498 commit 1e1bb5fCopy full SHA for 1e1bb5f
launcher
@@ -491,7 +491,7 @@ fi
491
492
if [ -d /var/discourse/shared/standalone/postgres_data_old ]; then
493
echo
494
- 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}')"
495
read -p "Would you like to remove it? (y/N): " -n 1 -r && echo
496
497
if [[ $REPLY =~ ^[Yy]$ ]]; then
0 commit comments