File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,3 @@ echo "Bundle sources"
2424SRC_TAR=" ${RELEASE_DIR} /${APP_NAME} _src_${VERSION} .tar.gz"
2525tar -czf $SRC_TAR .
2626
27-
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ APKG_WWW_DIR="/var/www/phpMyAdmin"
44
55# remove link
66rm -rf $APKG_WWW_DIR 2> /dev/null
7+
Original file line number Diff line number Diff line change @@ -10,6 +10,5 @@ APKG_MULTI_LANG_DESC_XML="desc.xml"
1010rm -rf $APKG_WWW_DIR 2> /dev/null
1111
1212# create link
13- mkdir /var/www/phpMyAdmin
14- ln -sf $path /${APKG_MODULE_WEB_DIR} ${APKG_WWW_DIR}
13+ ln -sf $path /web ${APKG_WWW_DIR}
1514
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ if [ ! -d ${APKG_BACKUP_PATH} ] ; then
1919fi
2020
2121# remove intstalled directory
22- rm -rf $path
22+ rm -rf $path
23+
Original file line number Diff line number Diff line change 11#! /bin/sh
22path=$1
3- APKG_WWW_DIR=" /var/www/phpMyAdmin"
3+ APKG_WWW_DIR=" /var/www/phpMyAdmin/ "
44APKG_MODULE_WEB_DIR=" phpMyAdmin-4.0.10.20-all-languages"
55# start daemon
66rm -rf $APKG_WWW_DIR 2> /dev/null
7- ln -sf $path /$APKG_MODULE_WEB_DIR $APKG_WWW_DIR
7+ ln -sf $path /$APKG_MODULE_WEB_DIR / * $APKG_WWW_DIR
88
99# cmd on start daemon
1010
You can’t perform that action at this time.
0 commit comments