Skip to content

Commit 1e1bb5f

Browse files
committed
DEV: Launcher Cleanup - Remove redundant word in error message
1 parent 3715498 commit 1e1bb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ fi
491491

492492
if [ -d /var/discourse/shared/standalone/postgres_data_old ]; then
493493
echo
494-
echo "Old PostgreSQL backup data cluster detected taking up $(du -hs /var/discourse/shared/standalone/postgres_data_old | awk '{print $1}') detected"
494+
echo "Old PostgreSQL backup data cluster detected taking up $(du -hs /var/discourse/shared/standalone/postgres_data_old | awk '{print $1}')"
495495
read -p "Would you like to remove it? (y/N): " -n 1 -r && echo
496496

497497
if [[ $REPLY =~ ^[Yy]$ ]]; then

0 commit comments

Comments
 (0)