From ee34e1a1380f44af7bb37f38c92c15519afee0b9 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 12 Aug 2016 13:06:37 +0200 Subject: [PATCH] lancement de la commande munin (web) par 'make munin' --- Makefile | 3 +++ munin-www.sh | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100755 munin-www.sh diff --git a/Makefile b/Makefile index d532cc3..7e4a497 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ clean-log: full-auto: submodules-update upgrade clean optimise +munin: + pushd /var/www/munin/ ; python -m SimpleHTTPServer 8000 + optimise: nix-store --optimise diff --git a/munin-www.sh b/munin-www.sh deleted file mode 100755 index 905e0cb..0000000 --- a/munin-www.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -pushd /var/www/munin/ && python -m SimpleHTTPServer 8000