Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #75 from escenic/bugfix/cant-find-engine-dir-if-in…
Browse files Browse the repository at this point in the history
…staller-is-installed

VOSA-552 Find engine dir if installer is present
  • Loading branch information
Torstein Krause Johansen committed Mar 4, 2019
2 parents 192d5b8 + 9150702 commit b29904c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/sbin/ece-install
Expand Up @@ -161,6 +161,7 @@ function get_content_engine_dir() {
if [ "${fai_package_enabled-0}" -eq 1 ]; then
find "${escenic_root_dir}"/escenic-content-engine-* -maxdepth 0 |
grep -v escenic-content-engine-scripts |
grep -v escenic-content-engine-installer |
tail -n 1
else
printf "%s\n" "${escenic_root_dir}/engine"
Expand Down

0 comments on commit b29904c

Please sign in to comment.