[sysadmin-bin] create-auth: fix path for run-rrsync-or-special-cmd
- From: Olav Vitters <ovitters src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] create-auth: fix path for run-rrsync-or-special-cmd
- Date: Mon, 7 Mar 2011 21:22:21 +0000 (UTC)
commit 01872e40c87e0d1a9418010e19f26eec4add6ace
Author: Olav Vitters <olav vitters nl>
Date: Mon Mar 7 22:22:16 2011 +0100
create-auth: fix path for run-rrsync-or-special-cmd
create-auth | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/create-auth b/create-auth
index ff94aa3..04191f3 100755
--- a/create-auth
+++ b/create-auth
@@ -187,7 +187,7 @@ def create_directory_structure (user_list):
elif MANGO:
file.write ("command=\"/home/admin/bin/run-mango-special-cmd\",no-pty,no-port-forwarding ")
elif RRSYNC:
- file.write ("command=\"run-rrsync-or-special-cmd\",no-user-rc,no-pty,no-port-forwarding ")
+ file.write ("command=\"/home/admin/bin/run-rrsync-or-special-cmd\",no-user-rc,no-pty,no-port-forwarding ")
else: # GNOMEGIT
file.write ("command=\"/home/admin/bin/run-git-or-special-cmd\",no-pty,no-port-forwarding ")
file.write (key)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]