cmd/monday: Add 'update_prefix_config'

This commit is contained in:
Tom Wiesing 2022-10-05 16:51:04 +02:00
parent f14217baae
commit face667347
No known key found for this signature in database

View file

@ -55,6 +55,12 @@ func (monday monday) Run(context wisski_distillery.Context) error {
return err
}
if err := logging.LogOperation(func() error {
return context.Exec("update_prefix_config")
}, context.IOStream, "Running update_prefix_config"); err != nil {
return err
}
if monday.UpdateInstances {
if err := logging.LogOperation(func() error {
return context.Exec("blind_update")