diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-26 16:55:11 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-26 16:55:11 +0100 |
commit | e1247c7232ffa9cda8bdf6cf731cc8d30127fd1c (patch) | |
tree | 71eb7e1b01102f33a0b4259ad314d33b3a2babaf /config | |
parent | 1949fb99ccb5b26ec8e044985a475b67052b2d90 (diff) |
should be possible to run the ruby script directly as environment should allow this, lets see
Diffstat (limited to 'config')
-rw-r--r-- | config/schedule.rb | 2 |
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 |