summaryrefslogtreecommitdiff
path: root/config/schedule.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/schedule.rb')
-rw-r--r--config/schedule.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/schedule.rb b/config/schedule.rb
index 94603f1..f2c1a09 100644
--- a/config/schedule.rb
+++ b/config/schedule.rb
@@ -7,7 +7,7 @@ end
# Auto-Reboot of Phones which should be rebootet
#
every 1.day, :at => '2:30 am' do
- command "/opt/GS5/script/logout_phones.sh"
+ command "/opt/GS5/script/logout_phones"
end
# Learn more: http://github.com/javan/whenever