From b72e6c70e91b03da5823248389423df305872cfb Mon Sep 17 00:00:00 2001 From: Alban Vidal Date: Fri, 25 May 2018 09:49:49 +0000 Subject: [PATCH] Fix 00_stats_connexion.conf file name Signed-off-by: Alban Vidal --- auto_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_config.sh b/auto_config.sh index 342d2ae..7a11776 100755 --- a/auto_config.sh +++ b/auto_config.sh @@ -139,7 +139,7 @@ ln -sf $GIT_DIR/root/.bashrc /root/ # Profile ln -sf $GIT_DIR/root/.profile /root/ mkdir -p /root/.profile.d -ln -sf $GIT_DIR/root/.profile.d/00_connexion_info.conf /root/.profile.d/ +ln -sf $GIT_DIR/root/.profile.d/00_stats_connexion.conf /root/.profile.d/ # vimrc ln -sf $GIT_DIR/root/.vimrc /root/