Merge pull request #2130 from MycroftAI/bugfix/enable-cron-job

Fix copy/paste error in chmod command
pull/2134/head
Åke 2019-05-22 21:04:54 +02:00 committed by GitHub
commit 28c7d50021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ elif [ "${change_to}" == "stable" ] ; then
if [ -f /etc/init.d/mycroft-skills.original ] ; then
restore_init_scripts
sudo chmod -x /etc/cron.hourly/mycroft-core # Enable updates
sudo chmod +x /etc/cron.hourly/mycroft-core # Enable updates
# Reboot since the audio input won't work for some reason
sudo reboot