Skip to content

Commit

Permalink
Disabled scheduler creation in portable-mode
Browse files Browse the repository at this point in the history
This fixes broken services or cronjobs in the case when Adsorbers script
directory was moved or deleted.
  • Loading branch information
stablestud committed Feb 27, 2019
1 parent b781e9a commit 4c23582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portable_adsorber.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runAdsorber()
{
echo ""
# shellcheck disable=SC2086
( "${source_dir_path}/src/bin/adsorber" ${parameters} )
( "${source_dir_path}/src/bin/adsorber" "${parameters}" "--no-scheduler" )
exit_code="${?}"
echo ""
return "${exit_code}"
Expand Down

0 comments on commit 4c23582

Please sign in to comment.