projects
/
upsgraph
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9fb9d
)
fix argument for print
author
Michael Gernoth
<michael@gernoth.net>
Sat, 19 Dec 2009 22:30:02 +0000
(23:30 +0100)
committer
Michael Gernoth
<michael@gernoth.net>
Sat, 19 Dec 2009 22:30:02 +0000
(23:30 +0100)
upsgraph.pl
patch
|
blob
|
blame
|
history
diff --git
a/upsgraph.pl
b/upsgraph.pl
index 020569f69534184d9e387eee923fc7660b2b1957..5c94daf0535b5219d0a5e7dc32ac33635b5d8f62 100755
(executable)
--- a/
upsgraph.pl
+++ b/
upsgraph.pl
@@
-31,7
+31,7
@@
if ($> == 0) {
exit(1);
}
- print "Running as root, switching to ".$ARGV[
3
]."\n";
+ print "Running as root, switching to ".$ARGV[
1
]."\n";
$< = $> = $ARGV[1];
}
Impressum
,
Datenschutz