1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00

add set -u for remove script

This commit is contained in:
polytan02 2017-02-25 00:12:52 +00:00 committed by GitHub
parent c7bd8441c2
commit 4044658ce9

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -u
source .fonctions # Charge les fonctions génériques habituellement utilisées dans le script