if $dry; then
echo "setup dry run: install ${files[*]} /usr/local/bin"
else
- install ${files[@]} /usr/local/bin
+ install -C ${files[@]} /usr/local/bin
fi
fi
# See the License for the specific language governing permissions and
# limitations under the License.
+# usage: since this is a counter, in prometheus alert manager you will
+# need to test something like: rate(node_systemd_unit_result_fail_count[30m]) > 0
+
source /a/bin/errhandle/err
[[ $EUID == 0 ]] || exec sudo -E "${BASH_SOURCE[0]}" "$@"