how to setup and access OLS Web admin?

lsqtwrk

Administrator
#21
Hi,

I see in certbot doc , the hook their example is use script , could you please save it into bash script and hook it up ?

Code:
#!/bin/bash
/usr/local/lsws/bin/lswsctrl stop
systemctl stop lsws
systemctl start lsws
Best regards,
 

lsqtwrk

Administrator
#29
you can create shell script file by vi , vim or nano ...etc , any text editor ought do it

you can also create it in your local computer , then upload it

, make sure the script has execute permission.
 
#31
Hi I'm creating and saving this script correct?

Code:
#!/bin/bash
/usr/local/lsws/bin/lswsctrl stop
systemctl stop lsws
systemctl start lsws
 
Top