[sysadmin-bin] add forgotten semicolon



commit c7cb0a4abdd091e551ef8eb744297d21bebefe3a
Author: Olav Vitters <olav vitters nl>
Date:   Mon Mar 7 23:36:12 2011 +0100

    add forgotten semicolon

 run-rrsync-or-special-cmd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/run-rrsync-or-special-cmd b/run-rrsync-or-special-cmd
index e8ce28a..4a0e562 100755
--- a/run-rrsync-or-special-cmd
+++ b/run-rrsync-or-special-cmd
@@ -42,7 +42,7 @@ my $command = $ENV{SSH_ORIGINAL_COMMAND};
 die "$0: Not invoked via sshd\n$Usage"	unless defined $command;
 
 if ( $command =~ s/^install-module\s+// ) {
-    my @im_opts = ('-g', 'ftpadmin', INSTALL_MODULE, '--sudo')
+    my @im_opts = ('-g', 'ftpadmin', INSTALL_MODULE, '--sudo');
     exec(SUDO, @im_opts) or die "exec(install-module) failed!";
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]