From b65467cfcb99531fa078b0bc311b666cf5de5d0e Mon Sep 17 00:00:00 2001 From: Jeong Han Lee Date: Fri, 1 Feb 2019 15:51:11 +0100 Subject: [PATCH] add ldconfig to setup clean --- scripts/etherlab_setup_clean.bash | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/etherlab_setup_clean.bash b/scripts/etherlab_setup_clean.bash index b67ac81..d8e96f8 100644 --- a/scripts/etherlab_setup_clean.bash +++ b/scripts/etherlab_setup_clean.bash @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (c) 2018 Jeong Han Lee -# Copyright (c) 2018 European Spallation Source ERIC +# Copyright (c) 2018 Jeong Han Lee +# Copyright (c) 2018 - 2019 European Spallation Source ERIC # # The program is free software: you can redistribute # it and/or modify it under the terms of the GNU General Public License @@ -18,8 +18,8 @@ # # Author : Jeong Han Lee # email : jeonghan.lee@gmail.com -# Date : Monday, October 22 13:21:56 CEST 2018 -# version : 0.0.1 +# Date : Friday, February 1 15:50:44 CET 2019 +# version : 0.0.2 declare -gr SC_SCRIPT="$(realpath "$0")" declare -gr SC_SCRIPTNAME=${0##*/} @@ -248,7 +248,7 @@ fi CLEAN_TARGET=/etc/ld.so.conf.d/e3_ethercat.conf if [[ $(checkIfFile "${CLEAN_TARGET}") -eq "EXIST" ]]; then ${SUDO_CMD} rm -rf ${CLEAN_TARGET} - + ${SUDO_CMD} ldconfig fi