-
Notifications
You must be signed in to change notification settings - Fork 4
/
resvis.sh
19 lines (19 loc) · 896 Bytes
/
resvis.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
# Script restart service dropbear, webmin, squid3, openvpn, openssh
# Created by Bustami Arifin
clear
echo -e " "
echo -e "\e[94m ::::::::: :::::::::: ::::::::: ::::::::::: "
echo -e "\e[94m :+: :+: :+: :+: :+: :+: :+: "
echo -e "\e[94m +:+ +:+ +:+ +:+ +:+ +:+ "
echo -e "\e[94m +#+ +:+ +#++:++# +#++:++#+ +#+ "
echo -e "\e[94m +#+ +#+ +#+ +#+ +#+ +#+ "
echo -e "\e[94m #+# #+# #+# #+# #+# #+# "
echo -e "\e[94m ######### ########## ######### ### "
echo -e "\e[94m Deb7AutoScriptVPS by Shigeno "
echo -e "\e[0m "
service dropbear restart
service webmin restart
service squid3 restart
service openvpn restart
service ssh restart