ditto others
parent
551e845e56
commit
5ec5d0eae3
|
@ -20,9 +20,6 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
||||
set -u -e
|
||||
|
||||
if [ $EUID -ne 0 ]; then
|
||||
printf "This script must be run as root\n"
|
||||
exit 1
|
||||
|
|
|
@ -18,9 +18,6 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
||||
set -u -e
|
||||
|
||||
if [ $EUID -ne 0 ]; then
|
||||
printf "This script must be run as root\n"
|
||||
exit 1
|
||||
|
|
|
@ -18,9 +18,6 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
||||
set -u -e
|
||||
|
||||
if [ $EUID -ne 0 ]; then
|
||||
printf "This script must be run as root\n"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue