All translations

Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h German (de)Die obigen Einstellungen führen das unter "http://templates.meteobridge.com/reboot.sh" im Internet abgelegte Skript jeden Tag um 23:45 aus. Es werden keine weiteren Parameter an das Script übergeben.
Das Skript enthält eine Dokumentationszeile, die im Skript durch drei vorangestellte "#" gekennzeichnet ist. Das Beispielskript führt einen Reboot der Meteobridge aus.
<pre>#!/bin/sh
#
### reboot Meteobridge; no parms
reboot
exit 0</pre>
 h English (en)Settings above define to trigger script stored at "http://templates.meteobridge.com/reboot.sh" every day at 23:45. There are no parameters to be handed over to the script.
The script provides a one-line documentation, which is marked in the script by three leading '#'.
As you can see the script below does mainly issue a "reboot" of the Meteobridge.
<pre>#!/bin/sh
#
### reboot Meteobridge; no parms
reboot
exit 0</pre>