Fix delete posts param

This commit is contained in:
Emili Castells Guasch 2023-03-31 12:20:54 +02:00
parent 4440dd302e
commit de38334e62

View file

@ -19,9 +19,9 @@ delete-logs() {
declare -i param_counter=0
while getopts "d:l:h" arg; do
while getopts "p:l:h" arg; do
case $arg in
d)
p)
delete-posts $OPTARG
param_counter+=1
;;