This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- postgresql/backup.pl.old 2013-12-17 14:50:06.000000000 -0300 | |
+++ postgresql/backup.pl 2013-12-17 16:25:52.000000000 -0300 | |
@@ -2,6 +2,7 @@ | |
# backup.pl | |
# Called by cron to backup a database | |
+my $compress; | |
$no_acl_check++; | |
require './postgresql-lib.pl'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( cd /sys/class/power_supply/BAT1/ && perl -e "printf(\"%%%d\n\",(( "`cat charge_now`" / "`cat charge_full`" ) * 100));" ) |
NewerOlder