X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-end;h=6b49f9b3fb3c0f9a4965b2d0ad0c994cb44e214c;hb=4210925ed3781b55836edea33cfea55b392339cf;hp=2124a7c968f81d283cd2d7bf7afe35d7eec00969;hpb=72c18f3a6a7f1ed0ca16af654a1f804ab96e1ff9;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