Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#Website: http://www.dwhd.org
#IMPORTANT!!!Please Setting the following Values!
#================================================================
if [ $(id -u) != "0" ]; then
echo "警告: 你现在不是root权限登录服务器, 请使用root帐号登录服务器,然后执行SEEDBOX军团的一键安装脚本~!"
exit 1
fi
#================================================================