Fix safer directory deletion in Bash in recovery_1st_stage.sample.
Quote variables in rm commands to avoid accidental deletion:
rm -rf "${DEST_NODE_PGDATA}"
If the variable is empty, rm could delete unexpected files or directories.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=58446a66f8d7f461de0407f41a15e8fd9fe9035c
Modified Files
--------------
src/sample/scripts/recovery_1st_stage.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)