Make scripts executable

This commit is contained in:
Tom Wiesing 2020-06-28 12:29:44 +02:00
parent 6218d3ee46
commit d68c0f3e75
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
5 changed files with 1 additions and 3 deletions

4
distillery/mysql.sh Normal file → Executable file
View file

@ -1,10 +1,8 @@
#!/bin/bash
set -e
# disable the log
DISABLE_LOG=1
# read the lib/shared.sh
DISABLE_LOG=1
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "$DIR"
source "$DIR/lib/lib.sh"

0
distillery/provision.sh Normal file → Executable file
View file

0
distillery/purge.sh Normal file → Executable file
View file

0
distillery/system_install.sh Normal file → Executable file
View file

0
distillery/system_update.sh Normal file → Executable file
View file