Make scripts executable
This commit is contained in:
parent
6218d3ee46
commit
d68c0f3e75
5 changed files with 1 additions and 3 deletions
4
distillery/mysql.sh
Normal file → Executable file
4
distillery/mysql.sh
Normal file → Executable 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
0
distillery/provision.sh
Normal file → Executable file
0
distillery/purge.sh
Normal file → Executable file
0
distillery/purge.sh
Normal file → Executable file
0
distillery/system_install.sh
Normal file → Executable file
0
distillery/system_install.sh
Normal file → Executable file
0
distillery/system_update.sh
Normal file → Executable file
0
distillery/system_update.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue