Skip to content

Commit

Permalink
fix: Resolve path to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aragon999 committed Jul 6, 2022
1 parent 35a5a3b commit 4447535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/opt/bin/pack-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -eu
shopware_root_dir=${SHOPWARE_ROOT:-/opt/shopware}
plugin_name="${1}"

SHOPWARE_PROJECT_ROOT="${shopware_root_dir}" shopware-cli extension zip "${shopware_root_dir}/custom/plugins/${plugin_name}" --disable-git
SHOPWARE_PROJECT_ROOT="${shopware_root_dir}" shopware-cli extension zip "$(realpath "${shopware_root_dir}/custom/plugins/${plugin_name}")" --disable-git

0 comments on commit 4447535

Please sign in to comment.