6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
set -eux
|
|
|
|
charms.reactive set_state kubernetes-worker.snaps.upgrade-specified
|
|
exec hooks/config-changed
|