diff --git a/gmolab.sh b/gmolab.sh new file mode 120000 index 0000000..0231def --- /dev/null +++ b/gmolab.sh @@ -0,0 +1 @@ +script.sh \ No newline at end of file diff --git a/script.sh b/script.sh index 0c4d2b4..08bddd3 100755 --- a/script.sh +++ b/script.sh @@ -68,8 +68,14 @@ case $environment in echo "environnement vdglab" cp .env-vdglab .env ;; + gmolab) + echo "environnement vdglab" + cp .env-gmolab .env + ;; *) - usage + echo "Add $environment in case section" + #usage + exit ;; esac