Revision 9398
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/runscripts/table.run | ||
---|---|---|
66 | 66 |
load_data() |
67 | 67 |
{ |
68 | 68 |
echo_func |
69 |
verbosity_min 3 # install logs require verbose output |
|
69 | 70 |
table_make ${remake:+re}install # just the table |
70 | 71 |
} |
71 | 72 |
|
Also available in: Unified diff
bugfix: lib/runscripts/table.run: load_data(): need to ensure the verbosity is at least 3 because the install logs require verbose output. (3 is the default for the installer, but is overridden by the runscripts, which instead set the default to 1.)