kleine Fehlerhafte abfrage zum Schreibrecht im Updaterinstallort behoben

This commit is contained in:
Leon Gaultier 2014-04-09 05:59:42 +02:00
parent 1ae1cd638f
commit e19f24e764

View File

@ -205,7 +205,7 @@ func_term_output
func_change_install_dir
func_check_dir
if [ -w "$BIN" ]; then
if [ -w "$UPDATER_INSTALL_LOCATION" ]; then
func_install_noroot
else
func_install_root