fix script

This commit is contained in:
James Barnett 2016-03-11 08:54:17 -06:00
parent 02c4a88465
commit 1bd5b3a57f

View file

@ -1,7 +1,7 @@
#!/bin/bash
PREFILE=/etc/snapper/.snap-pac-pre
if [ -f $PREFILE]; then
if [ -f $PREFILE ]; then
SNAPPERPACPRE=$(cat $PREFILE)
snapper --config root create --type post --pre-number $SNAPPERPACPRE --description "pacman posttransaction"
rm $PREFILE