From: Michael Tremer Date: Sat, 6 Jun 2015 10:39:49 +0000 (+0000) Subject: Fix shebang of collectyd and collecty-client X-Git-Tag: 003~7 X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=commitdiff_plain;h=3adcb20fd49478f821d6a30125b8ea6826d60773 Fix shebang of collectyd and collecty-client Signed-off-by: Michael Tremer --- diff --git a/src/collecty-client b/src/collecty-client index e6cdeed..c1e5d7b 100755 --- a/src/collecty-client +++ b/src/collecty-client @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 ############################################################################### # # # collecty - A system statistics collection daemon for IPFire # diff --git a/src/collectyd b/src/collectyd index 4813811..70b849d 100755 --- a/src/collectyd +++ b/src/collectyd @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 ############################################################################### # # # collecty - A system statistics collection daemon for IPFire #