mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:27:03 +02:00
more debian packaging fixes
This commit is contained in:
@ -365,6 +365,13 @@ execute_post_install_tasks() {
|
||||
|
||||
chmod 755 $LOCALSTATEDIR/piler/stat
|
||||
|
||||
if [ -d webui ]; then webui_install; fi
|
||||
|
||||
}
|
||||
|
||||
|
||||
webui_install() {
|
||||
|
||||
echo -n "Copying www files to $DOCROOT... "
|
||||
mkdir -p $DOCROOT || exit 1
|
||||
|
||||
@ -409,7 +416,6 @@ execute_post_install_tasks() {
|
||||
echo "?>" >> $DOCROOT/config-site.php
|
||||
|
||||
echo "Done."
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user