diff --git a/config/system/general.cfg.default b/config/system/general.cfg.default index 21864a9f..cac48072 100644 --- a/config/system/general.cfg.default +++ b/config/system/general.cfg.default @@ -38,7 +38,7 @@ LANG=en INSTALLFOLDER=/opt/loxberry STARTSETUP=1 SENDSTATISTIC=1 -VERSION=1.0.2 +VERSION=1.0.3 [UPDATE] RELEASETYPE=release diff --git a/sbin/loxberryupdate/update_v1.0.3.pl b/sbin/loxberryupdate/update_v1.0.3.pl index 08044891..451114b4 100644 --- a/sbin/loxberryupdate/update_v1.0.3.pl +++ b/sbin/loxberryupdate/update_v1.0.3.pl @@ -187,7 +187,7 @@ if ($exitcode != 0) { LOGERR "Error copying new samba config file - Error $exitcode"; LOGDEB $output; - $errors++; + $errors++; } else { LOGOK "New samba config file copied."; } diff --git a/sbin/setenvironment.sh b/sbin/setenvironment.sh index d73545e1..5993f026 100755 --- a/sbin/setenvironment.sh +++ b/sbin/setenvironment.sh @@ -326,3 +326,6 @@ if [ -e /etc/usbmount/usbmount.conf ]; then awk -v s='FS_MOUNTOPTIONS="-fstype=ntfs-3g,nls=utf8,umask=007,gid=1001 -fstype=fuseblk,nls=utf8,umask=007,gid=1001 -fstype=vfat,gid=1001,uid=1001,umask=007"' '/^FS_MOUNTOPTIONS=/{$0=s;f=1} {a[++n]=$0} END{if(!f)a[++n]=s;for(i=1;i<=n;i++)print a[i]>ARGV[1]}' /etc/usbmount/usbmount.conf fi +# Activating i2c +# (also included in 1.0.3 Update script) +$LBHOME/sbin/activate_i2c.sh diff --git a/templates/system/lang/language_de.ini b/templates/system/lang/language_de.ini index 5d8eab23..004eea22 100644 --- a/templates/system/lang/language_de.ini +++ b/templates/system/lang/language_de.ini @@ -381,8 +381,8 @@ MSG_STEP1="Schritt 1 erfolgreich" MSG_STEP2="Alles OK!" [PLUGININSTALL] -WIDGETLABEL="Plugin Management" -ERR_NOFOLDER_OR_ZIP="Du musst ein Verzeichnis oder eine gültige Plugin-ZIP-Datei angeben." +WIDGETLABEL="Plugin-Verwaltung" +ERR_NOFOLDER_OR_ZIP="Du musst ein Velorzeichnis oder eine gültige Plugin-ZIP-Datei angeben." ERR_FOLDER_DOESNT_EXIST="Plugin-Verzeichnis existiert nicht." ERR_FILE_DOESNT_EXIST="Plugin-ZIP-Datei existiert nicht." ERR_TEMPFILES_EXISTS="Temporäre Dateien existieren bereits." @@ -467,7 +467,7 @@ UI_LABEL_SECUREPIN="Gebe SecurePIN ein:" UI_LABEL_INSTALLBTN="Installation" UI_LABEL_INSTALLED_PLUGINS="Installierte Plugins" UI_LABEL_INSTALLATION="Installation" -UI_LABEL_LOGFILE="Log-Datei" +UI_LABEL_LOGFILE="Installations-Protokoll" UI_LABEL_UNINSTALL="Deinstallieren" UI_LABEL_NOPLUGINS="Es sind derzeit keine Plugins installiert." UI_MSG_UNINSTALL_QUESTION="
Alle Plugin-Daten werden gelöscht!
Bist du dir sicher, das folgende Plugin zu deinstallieren:" diff --git a/templates/system/lang/language_en.ini b/templates/system/lang/language_en.ini index 2b8d3d6f..3e61219d 100644 --- a/templates/system/lang/language_en.ini +++ b/templates/system/lang/language_en.ini @@ -477,7 +477,7 @@ UI_LABEL_SECUREPIN=Enter SecurePIN: UI_LABEL_INSTALLBTN=Install UI_LABEL_INSTALLED_PLUGINS=Installed Plugins UI_LABEL_INSTALLATION=Installation -UI_LABEL_LOGFILE=Logfile +UI_LABEL_LOGFILE=Installation logfile UI_LABEL_UNINSTALL=Uninstall UI_LABEL_NOPLUGINS=There are no plugins installed yet. UI_MSG_UNINSTALL_QUESTION="
All plugin data will be deleted!
Are you really sure you would like to uninstall"