mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
Report when a /tmp/port is missing files.
This commit is contained in:
@@ -20,6 +20,9 @@ for port in "$@"; do
|
||||
if [ -x "/tmp/$port/stop" ]; then
|
||||
/tmp/$port/stop
|
||||
exit_status=$((exit_status | $?))
|
||||
else
|
||||
echo "/tmp/$port is missing files:" >&2
|
||||
ls -la /tmp/$port >&2
|
||||
fi
|
||||
|
||||
rm -rf /tmp/$port
|
||||
|
Reference in New Issue
Block a user