gnunet-svn
[Top][All Lists]
Advanced

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

[taler-grid5k] 59/141: fix sed


From: gnunet
Subject: [taler-grid5k] 59/141: fix sed
Date: Thu, 18 Nov 2021 14:50:00 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository grid5k.

commit d8b8f0c4da1b4cbe83b7d25b9be06c5fbfd57b8f
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Oct 20 11:22:40 2021 +0200

    fix sed
---
 experiment/scripts/proxy.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/experiment/scripts/proxy.sh b/experiment/scripts/proxy.sh
index 3f691e9..22514b9 100755
--- a/experiment/scripts/proxy.sh
+++ b/experiment/scripts/proxy.sh
@@ -14,8 +14,8 @@ do
         /etc/nginx/sites-enabled/proxy
 done
 
-sed -i -e '/module(load="imudp")/s/^#/g' \
-       -e '/input(type="imudp" port="514")/s/^#/g' \
+sed -i -e '/module(load="imudp")/s/^#//g' \
+       -e '/input(type="imudp" port="514")/s/^#//g' \
           /etc/rsyslog.conf
 
 systemctl restart rsyslog

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]