Skip to content

Commit fec02f0

Browse files
committed
re-enabled confirm_with_random_number and updated desc
1 parent 98b2a09 commit fec02f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

wp-pull.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ trap '_es=${?};
99
exit ${_es}' ERR
1010

1111
USAGE="\
12-
Creative Commons WordPress Data Pull (Destroys and replaces destination data)
12+
Creative Commons Site Reliability Engineering WordPress Data Pull
13+
14+
[!] Destroys and replaces destination data
1315
1416
Arguments:
1517
CONFIG_FILE
@@ -85,7 +87,7 @@ display_summary_and_confirm(){
8587
echo -n ' Please review the information above to ensure it is correct.'
8688
echo "${RST}"
8789
echo
88-
#confirm_with_random_number
90+
confirm_with_random_number
8991
}
9092

9193

0 commit comments

Comments
 (0)