1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adminer_ynh.git synced 2024-09-03 18:06:06 +02:00

added set -eu in install script and removed previous arguments

This commit is contained in:
Anmol 2017-06-25 07:08:01 +05:30
parent 021aa33423
commit 5c29d02b6f

View file

@ -1,9 +1,7 @@
#!/bin/bash
# Retrieve arguments
domain=$1
path=$2
admin=$3
# Exit on command errors and treat unset variables as an error
set -eu
app=$YNH_APP_INSTANCE_NAME