Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 6a8bd3d6 authored by Robert Nelson's avatar Robert Nelson
Browse files

Revert "jessie: disable beagle-tester.service"

This reverts commit 5462ab44

.

Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 360c86e3
No related merge requests found
...@@ -318,9 +318,9 @@ install_git_repos () { ...@@ -318,9 +318,9 @@ install_git_repos () {
if [ -f /usr/bin/make ] ; then if [ -f /usr/bin/make ] ; then
make make
make install make install
if [ ! "x${image_type}" = "xtester-2gb" ] ; then # if [ ! "x${image_type}" = "xtester-2gb" ] ; then
systemctl disable beagle-tester.service || true # systemctl disable beagle-tester.service || true
fi # fi
fi fi
fi fi
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment