clean scripts, no longer need preamble
This commit is contained in:
7
build/scripts/phpmyadmin.sh
Executable file → Normal file
7
build/scripts/phpmyadmin.sh
Executable file → Normal file
@@ -1,8 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## phpMyAdmin
|
||||
export_env PMA_VERSION 4.6.0
|
||||
export_env PMA_ROOT /var/www/html
|
||||
@@ -30,4 +25,4 @@ EOF
|
||||
if [ $MODE == "minimal" ]; then
|
||||
cd /opt
|
||||
rm phpMyAdmin-$PMA_VERSION-all-languages.tar.gz
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user