Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-16 14:57:14 -06:00
parent 72162f6ca8
commit bd1a0d31a4

View File

@@ -1128,8 +1128,8 @@ GUI(){
nginxupdate)
for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do
echo ${nfile##*/}
# mv -f ${nfile}
mv -f ${nfile} ${NM_NGINXPATH}/sites-available/${nfile##*/}
ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile}
done
;;