From cee2c7e91227c54c0cd5156f663a0b9dc403b380 Mon Sep 17 00:00:00 2001 From: toafez Date: Sat, 3 Feb 2024 11:17:22 +0100 Subject: [PATCH] Update note removed --- scripts/preupgrade | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/preupgrade b/scripts/preupgrade index f5d2c46..651cfb4 100755 --- a/scripts/preupgrade +++ b/scripts/preupgrade @@ -12,15 +12,6 @@ TIMESTAMP=$(date '+%Y-%m-%d%t%H:%M:%S') -case $SYNOPKG_DSM_LANGUAGE in - ger) - echo "

Wichtiger Hinweis:

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.

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.

Weitere Informationen erhälst du in der AutoPilot App oder in diesem YouTube Video." > $SYNOPKG_TEMP_LOGFILE - ;; - enu) - echo "

Important note:

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.

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.

You can find further information in the AutoPilot app or in this YouTube video." > $SYNOPKG_TEMP_LOGFILE - ;; -esac - # Backup user settings # ------------------------------------------------------------------------------------- if [ ! -d "${SYNOPKG_TEMP_UPGRADE_FOLDER}/usersettings" ]; then