]> git.proxmox.com Git - dab.git/blame - scripts/defenv
bump version to 1.2-1 and fix copyright
[dab.git] / scripts / defenv
CommitLineData
8ab34b87
DM
1#!/bin/sh
2
3export DEBIAN_FRONTEND="noninteractive"
4export DEBCONF_NONINTERACTIVE_SEEN="true"
5
6export HOME=/root
7export USER=root
8export PATH=/usr/sbin:/usr/bin:/sbin:/bin
9
10exec $@