Update nodemgmt-scripts.sh
This commit is contained in:
@@ -1131,7 +1131,7 @@ GUI(){
|
|||||||
for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do
|
for nfile in ${NM_NGINXPATH}/sites-enabled/*.conf; do
|
||||||
echo -en "Converting site: ${nfile##*/} ... "
|
echo -en "Converting site: ${nfile##*/} ... "
|
||||||
mv -f ${nfile} ${NM_NGINXPATH}/sites-available/${nfile##*/}
|
mv -f ${nfile} ${NM_NGINXPATH}/sites-available/${nfile##*/}
|
||||||
ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile/.conf/}
|
ln -s ${NM_NGINXPATH}/sites-available/${nfile##*/} ${nfile}
|
||||||
echo "Done"
|
echo "Done"
|
||||||
done
|
done
|
||||||
SERVICE_MGMT nginx restart
|
SERVICE_MGMT nginx restart
|
||||||
|
|||||||
Reference in New Issue
Block a user