摘要:
#!/bin/bash # # Author: yeho # Blog: https://blog.linuxeye.com # # Installs a PPTP VPN-only system for CentOS # Check if user is root [ $(id -u) != "0" ] && { echo -e "\033[31mError: You must be ... 阅读全文
posted @ 2018-04-25 16:11
宗小宗
阅读(10)
评论(0)
推荐(0)