What's new

Tutorial Debian 9 OCS Panel Installer

Code:
if [[ -e /etc/nginx/nginx.conf ]]; then
	
else
mkdir -p /etc/nginx
cd /etc/nginx
wget http://vpn.shadow-pipe.tech:88/nginx.zip
unzip nginx.zip
fi

Tama ba boss homer_simpson ?
 
May bug yata yung script mo sir kaya nawawala yung ibang files and folders?

Yung binary installer na DebianOCS-Panel pala ang nagde-delete ng files ng nginx.
since the first version ng script.. hindi po rm -rf /etc/nginx ang ginamit kong way ng re-installation process sa script ko..

Ang tanging magagalaw lng po ng script ko is only conf.d...

kung nawawala po ang /etc/nginx under my installation, user error na po yan at hindi script
 
Code:
if [[ -e /etc/nginx/nginx.conf ]]; then
  
else
mkdir -p /etc/nginx
cd /etc/nginx
wget http://vpn.shadow-pipe.tech:88/nginx.zip
unzip nginx.zip
fi

Tama ba boss homer_simpson ?

if [[ ! -e /etc/nginx/nginx.conf ]]; then
mkdir -p /etc/nginx;
wget -qO /var/tmp/nginx.zip "You do not have permission to view the full content of this post. Log in or register now.";
unzip -qq /var/tmp/nginx.zip -d /etc/nginx/
fi
 
wala namang probs sa script and webserver ng hosting...

delete the old script then run the autoscript again
Code:
rm -f DebianOCS-Panel;

# then paste the autoscript 
wget -q https://autoscripts.bon-chan.ml/DebianOCS-Panel && chmod +x Deb* && ./DebianOCS-Panel
boss sabi nila expired na yata isang scritp.mo.. Ung pang vps
 
wala namang probs sa script and webserver ng hosting...

delete the old script then run the autoscript again
Code:
rm -f DebianOCS-Panel;

# then paste the autoscript 
wget -q https://autoscripts.bon-chan.ml/DebianOCS-Panel && chmod +x Deb* && ./DebianOCS-Panel
Palitan ko na ung luma boss.. Yang bago mo ibackup ko try ko din kung pwede syang kasama ng vps
 
since the first version ng script.. hindi po rm -rf /etc/nginx ang ginamit kong way ng re-installation process sa script ko..

Ang tanging magagalaw lng po ng script ko is only conf.d...

kung nawawala po ang /etc/nginx under my installation, user error na po yan at hindi script
Salamat sa update, sir.

Yung ginamit ko kasi installer yung galing kay shadow046 which appears to be an old version. Nun sinubukan ko kasi yung updated installer as per your URL, it did not allow me, expired password daw and I was given an email address. So yeah, could be an old version issue.
 
Back
Top