DEV: Launcher Cleanup - Remove redundant word in error message (#944)
This commit is contained in:
parent
3715498fc1
commit
375bcf1675
1 changed files with 1 additions and 1 deletions
2
launcher
2
launcher
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue