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