Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1007,7 +1007,7 @@ COPYCERTS_NPM(){
|
|||||||
|
|
||||||
olddirs=$(find $ssldir -type l ! -exec test -e {} \; -print)
|
olddirs=$(find $ssldir -type l ! -exec test -e {} \; -print)
|
||||||
for od in ${olddirs[@]}; do
|
for od in ${olddirs[@]}; do
|
||||||
echo $od
|
echo "here: $od"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ ! -z ${LOCAL_SERVICES+x} ]; then
|
if [ ! -z ${LOCAL_SERVICES+x} ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user