fix script
This commit is contained in:
parent
02c4a88465
commit
1bd5b3a57f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue