diff --git a/dapostinstall.sh b/dapostinstall.sh index 4e5ff55..30bd961 100644 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -546,14 +546,14 @@ cd $DADIR/scripts/custom ./php-extension.sh install redis mkdir $DADIR/plugins/redis_management cd $DAPOSTINSTALL_DIR -tar -zxf redis_management.tar.gz $DADIR/plugins/redis_management +tar -zxf redis_management.tar.gz -C $DADIR/plugins/redis_management $DADIR/plugins/redis_management/scripts/install.sh cd $DAPOSTINSTALL_DIR echo "Instalacja IMAPsync" dnf -y install --enablerepo=powertools imapsync mkdir $DADIR/plugins/imapsync -tar -zxf imapsync.tar.gz $DADIR/plugins/imapsync +tar -zxf imapsync.tar.gz -C $DADIR/plugins/imapsync $DADIR/plugins/imapsync/scripts/install.sh echo 'imapsync=type=checkbox&string=IMAPsync migrations (plugin)&desc=Allow access to imapsync migrations&default=yes' >> /usr/local/directadmin/data/admin/custom_package_items.conf echo 'imapsync=ON' >> /usr/local/directadmin/data/users/admin/user.conf diff --git a/skin_customizations.tar b/skin_customizations.tar index 13349d5..f9bae57 100644 Binary files a/skin_customizations.tar and b/skin_customizations.tar differ