This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from d42554a Add support for Nix OS for common_sftp_dirs's hard-coded sftp-server paths. new 2389d07 Follow-up fix for prev commit: common_ftp_dirs only contains the dir names, without executable name. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: src/onmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 2389d0719dcecff50e62ad5e6e1444a25403661e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 00:00:15 2018 +0100 Follow-up fix for prev commit: common_ftp_dirs only contains the dir names, without executable name. --- src/onmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index dd67f99..dbdefaa 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -10572,7 +10572,7 @@ void ONMainWindow::generateEtcFiles() << "/usr/lib/ssh" /* Mageia, OpenSUSE, SLE{S,D} < 12 x86, SLE{S,D} 12, Arch */ << "/usr/lib64/ssh" /* SLE{S,D} < 12 x86_64 */ << "/usr/lib/misc" /* Gentoo */ - << "/run/current-system/sw/bin/sftp-server" /* NixOS */ + << "/run/current-system/sw/bin" /* NixOS */ << "/usr/libexec"; /* Slackware, OS X */ #if QT_VERSION < 0x050000 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git