ditto debian script

fsdg20230625
Leah Rowe 2022-11-19 03:28:33 +00:00
parent f896bb8431
commit 551e845e56
1 changed files with 0 additions and 3 deletions

View File

@ -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