Skip to content

Commit

Permalink
Update note removed
Browse files Browse the repository at this point in the history
  • Loading branch information
toafez committed Feb 3, 2024
1 parent fef0756 commit cee2c7e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/preupgrade
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@

TIMESTAMP=$(date '+%Y-%m-%d%t%H:%M:%S')

case $SYNOPKG_DSM_LANGUAGE in
ger)
echo "<h3 style=\"color: red;\">Wichtiger Hinweis:</h3>Ab AutoPilot Version 1.1-000 wird der Inhalt der autopilot Scriptdatei nicht mehr ausgeführt, sondern nur noch geprüft, ob sich eine leere Datei mit dem Namen autopilot auf dem externen Datenträger befindet.<br /><br />Verschiebe daher bitte den Inhalt der aktuellen autopilot Scriptdatei an einen Ort innerhalb eines freigegebenen Ordners deiner DiskStation, gib der Datei einen neuen, eindeutigen Namen und verwende als Dateiendung zwingend .sh. Lösche anschließend die autopilot Scriptdatei von dem externen Datenträger.<br /><br />Weitere Informationen erhälst du in der AutoPilot App oder in diesem <a href="https://youtu.be/b8jAsKBopLA?si=x3IXShPfeAyyohvF" target="_blank">YouTube Video</a>." > $SYNOPKG_TEMP_LOGFILE
;;
enu)
echo "<h3 style=\"color: red;\">Important note:</h3>As of AutoPilot version 1.1-000, the contents of the autopilot script file are no longer executed, but only checked whether there is an empty file with the name autopilot The external storage medium is located.<br /><br />Please move the contents of the current autopilot script file to a location within a shared folder on your DiskStation, give the file a new, unique name and make sure to use .sh as the file extension. Then delete it the autopilot script file from the external data carrier.<br /><br />You can find further information in the AutoPilot app or in this <a href="https://youtu.be/b8jAsKBopLA?si=x3IXShPfeAyyohvF" target="_blank">YouTube video</a>." > $SYNOPKG_TEMP_LOGFILE
;;
esac

# Backup user settings
# -------------------------------------------------------------------------------------
if [ ! -d "${SYNOPKG_TEMP_UPGRADE_FOLDER}/usersettings" ]; then
Expand Down

0 comments on commit cee2c7e

Please sign in to comment.