mirror of
https://github.com/limosek/zaf.git
synced 2024-11-14 22:49:06 +01:00
0ef05853a4
Plugin postconfiguration will be called on zaf agent-config
11 lines
67 B
Bash
11 lines
67 B
Bash
#!/bin/sh
|
|
|
|
case $1 in
|
|
configure)
|
|
zaf agent-config
|
|
;;
|
|
esac
|
|
|
|
true
|
|
|