mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
Fix sandbox/load-sakila-db so it exits on error.
This commit is contained in:
@@ -5,7 +5,7 @@ die() {
|
||||
for msg; do
|
||||
echo $msg
|
||||
done
|
||||
exit_status=1
|
||||
exit 1
|
||||
}
|
||||
|
||||
# ###########################################################################
|
||||
|
Reference in New Issue
Block a user