Skip to content

Commit

Permalink
Added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaang committed Jan 15, 2019
1 parent 1fde537 commit 23cbf34
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion wdpk/phpMyAdmin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ echo "Bundle sources"
SRC_TAR="${RELEASE_DIR}/${APP_NAME}_src_${VERSION}.tar.gz"
tar -czf $SRC_TAR .


1 change: 1 addition & 0 deletions wdpk/phpMyAdmin/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ APKG_WWW_DIR="/var/www/phpMyAdmin"

#remove link
rm -rf $APKG_WWW_DIR 2> /dev/null

3 changes: 1 addition & 2 deletions wdpk/phpMyAdmin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ APKG_MULTI_LANG_DESC_XML="desc.xml"
rm -rf $APKG_WWW_DIR 2> /dev/null

#create link
mkdir /var/www/phpMyAdmin
ln -sf $path/${APKG_MODULE_WEB_DIR} ${APKG_WWW_DIR}
ln -sf $path/web ${APKG_WWW_DIR}

3 changes: 2 additions & 1 deletion wdpk/phpMyAdmin/remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ if [ ! -d ${APKG_BACKUP_PATH} ] ; then
fi

#remove intstalled directory
rm -rf $path
rm -rf $path

4 changes: 2 additions & 2 deletions wdpk/phpMyAdmin/start.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
path=$1
APKG_WWW_DIR="/var/www/phpMyAdmin"
APKG_WWW_DIR="/var/www/phpMyAdmin/"
APKG_MODULE_WEB_DIR="phpMyAdmin-4.0.10.20-all-languages"
#start daemon
rm -rf $APKG_WWW_DIR 2> /dev/null
ln -sf $path/$APKG_MODULE_WEB_DIR $APKG_WWW_DIR
ln -sf $path/$APKG_MODULE_WEB_DIR/* $APKG_WWW_DIR

#cmd on start daemon

0 comments on commit 23cbf34

Please sign in to comment.