[X2Go-Commits] [x2gothinclient] 01/02: management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home - typofix as discussed with @sunweaver
git-admin at x2go.org
git-admin at x2go.org
Wed Jan 31 07:56:49 CET 2024
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gothinclient.
commit ca4ffad110d7e1394742d556b97638ddb4c8ba52
Author: Stefan Baur <x2go-ml-1 at baur-itcs.de>
Date: Tue Jan 30 14:10:24 2024 +0000
management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home - typofix as discussed with @sunweaver
---
management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home b/management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home
index ebf08b1..c6cedca 100755
--- a/management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home
+++ b/management/share/etc/x2gothinclient_init.d/005_x2gothinclient-wipe-home
@@ -20,7 +20,7 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-if [ -z "$X2GO_HANDLE_DAEMON" ]; then
+if [ -z "$X2GO_HANDLE_DAEMONS" ]; then
if [ -d ~x2gothinclient ]; then
find ~x2gothinclient -mindepth 1 -type f | egrep -v "(\.Xauthority|.dmrc)" | while read file; do
rm -vf "$file"
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git
More information about the x2go-commits
mailing list