Skip to content
Snippets Groups Projects

Reorganisation

2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -16,14 +16,14 @@
@@ -16,14 +16,14 @@
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
echo "============= $(basename "$0") ================="
echo "RUN $(basename "$0") ==="
if [ ! -e $(pwd)/$(dirname "$0")/../main.env ]
if [ ! -e $(dirname "$0")/../main.env ]
then
then
echo "Please copy in racine of NoCloud Auto Installer main.env.sample to main.env and edit it"
echo "Please copy in racine of NoCloud Auto Installer main.env.sample to main.env and edit it"
exit 1
exit 1
fi
fi
. $(pwd)/$(dirname "$0")/../main.env
. $(dirname "$0")/../main.env
$DIR/utils/configure_base_tools.sh
$DIR/utils/configure_base_tools.sh
Loading