cc-4359: Fixed without breaking anything else. Reverted bootrsrapping to default operation except for media monitor restart which uses a
special bootstrap that respects file_exists settings.
This commit is contained in:
parent
41d9b2490a
commit
458089a773
2 changed files with 7 additions and 4 deletions
|
@ -113,7 +113,7 @@ def main(global_config, api_client_config, log_config,
|
|||
log.error("Could not create watch directory: '%s' \
|
||||
(given from the database)." % watch_dir)
|
||||
if os.path.exists(watch_dir):
|
||||
airtime_receiver.new_watch({ 'directory':watch_dir })
|
||||
airtime_receiver.new_watch({ 'directory':watch_dir }, restart=True)
|
||||
|
||||
bs = Bootstrapper( db=sdb, watch_signal='watch' )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue