Merge branch 'main' into dev

This commit is contained in:
Fred de Gier 2022-10-03 14:13:39 +02:00
commit 6739b7c53d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ -f .env ]; then
read -rp ".env already exists, do you want to delete .env and recreate it? [y/n] " DELETE