This commit is contained in:
chaos-zhu 2022-06-17 18:02:04 +08:00
parent a3f283f611
commit d55f791310
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash
if [ "$(id -u)" != "0" ] ; then
echo "***********************请切换到root再尝试执行***********************"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
if [ "$(id -u)" != "0" ] ; then
echo "***********************请切换到root再尝试执行***********************"

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash
if [ "$(id -u)" != "0" ] ; then
echo "***********************请切换到root再尝试执行***********************"