X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-end;h=6b49f9b3fb3c0f9a4965b2d0ad0c994cb44e214c;hb=63e3670ab59869f5f74904edbe64daa943fad15f;hp=2124a7c968f81d283cd2d7bf7afe35d7eec00969;hpb=8417f19f15700275dd489ac84f7b10ee1b26059c;p=distro-setup diff --git a/distro-end b/distro-end index 2124a7c..6b49f9b 100755 --- a/distro-end +++ b/distro-end @@ -1837,6 +1837,10 @@ EOF rm -r "$tmpdir" fi +# get rid of annoying message +s sed -ri "s/^([[:space:]]*ui.print_\('Playing)/#\1/" /usr/share/beets/beetsplug/play.py + + # notes about barrier # run barrier, do the gui config, # setup the 2 screens, using hostnames for the new screen. @@ -1956,11 +1960,6 @@ esac ### begin prometheus ### -# cleanup old files. 2023-02 -x=(/var/lib/prometheus/node-exporter/*.premerge) -if [[ -e ${x[0]} ]]; then - s rm /var/lib/prometheus/node-exporter/* -fi pi prometheus-node-exporter-collectors case $HOSTNAME in @@ -2015,6 +2014,13 @@ EOF ;; esac +# cleanup old files. 2023-02 +x=(/var/lib/prometheus/node-exporter/*.premerge) +if [[ -e ${x[0]} ]]; then + s rm /var/lib/prometheus/node-exporter/* +fi + + case $HOSTNAME in # todo, for limiting node exporter http, # either use iptables or, in