Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mschlenstedt/Loxberry
Browse files Browse the repository at this point in the history
  • Loading branch information
christianTF committed Feb 26, 2018
2 parents 33982ef + 9e41232 commit 0b7338f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/system/general.cfg.default
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LANG=en
INSTALLFOLDER=/opt/loxberry
STARTSETUP=1
SENDSTATISTIC=1
VERSION=1.0.2
VERSION=1.0.3

[UPDATE]
RELEASETYPE=release
Expand Down
2 changes: 1 addition & 1 deletion sbin/loxberryupdate/update_v1.0.3.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
}
Expand Down
3 changes: 3 additions & 0 deletions sbin/setenvironment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions templates/system/lang/language_de.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -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="<div style='color: red; font-weight: bold'>Alle Plugin-Daten werden gelöscht!</div> Bist du dir sicher, das folgende Plugin zu deinstallieren:"
Expand Down
2 changes: 1 addition & 1 deletion templates/system/lang/language_en.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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="<div style='color: red; font-weight: bold'>All plugin data will be deleted!</div> Are you really sure you would like to uninstall"
Expand Down

0 comments on commit 0b7338f

Please sign in to comment.