Log when portzap rm
completes successfully
Some checks are pending
portzap / shellcheck (push) Waiting to run
Some checks are pending
portzap / shellcheck (push) Waiting to run
This commit is contained in:
parent
fcae142b66
commit
76d9e0a3bb
2 changed files with 21 additions and 14 deletions
|
@ -43,11 +43,14 @@ while true; do
|
|||
read -r r
|
||||
if [ "${r}" = "1" ]; then
|
||||
erase "${repodir}"
|
||||
printok "remove complete"
|
||||
elif [ "${r}" = "2" ]; then
|
||||
erase "${installdir}"
|
||||
printok "remove complete"
|
||||
elif [ "${r}" = "3" ]; then
|
||||
erase "${repodir}"
|
||||
erase "${installdir}"
|
||||
printok "remove complete"
|
||||
elif [ "${r}" = "4" ]; then
|
||||
break
|
||||
else
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
* vNEXT
|
||||
|
||||
**** Log when ~portzap rm~ completes successfully
|
||||
Similar to other commands, log when the ~portzap rm~ command
|
||||
completes successfully
|
||||
|
||||
**** Format log messages with program name
|
||||
This change formats log messages written to standard output
|
||||
and standard error with the pattern ~portzap: <message>~
|
||||
|
|
Loading…
Reference in a new issue