Skip to content
Snippets Groups Projects
Commit cccde3ea authored by Elian Loraux's avatar Elian Loraux
Browse files

fix path and prefix

parent 552fe0eb
Branches
No related tags found
1 merge request!17Reorganisation
......@@ -16,14 +16,14 @@
# You should have received a copy of the GNU General Public License
# 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
echo "Please copy in racine of NoCloud Auto Installer main.env.sample to main.env and edit it"
exit 1
fi
. $(pwd)/$(dirname "$0")/../main.env
. $(dirname "$0")/../main.env
$DIR/utils/configure_base_tools.sh
......
#!/bin/bash
echo "=== RUN $(basename "$0") ==="
echo "RUN $(basename "$0") ==="
if [ ! -e $(dirname "$0")/../main.env ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment