fix typo
This commit is contained in:
parent
1113b8882c
commit
78130b2e06
1 changed files with 1 additions and 1 deletions
2
snap-pac
2
snap-pac
|
|
@ -49,7 +49,7 @@ declare -r pre_or_post=$1
|
||||||
|
|
||||||
for CONFIG in $SNAPPER_CONFIGS; do
|
for CONFIG in $SNAPPER_CONFIGS; do
|
||||||
|
|
||||||
if [[ $x == "root" ]]; then
|
if [[ $CONFIG == "root" ]]; then
|
||||||
PACMAN_PRE_POST="yes"
|
PACMAN_PRE_POST="yes"
|
||||||
else
|
else
|
||||||
PACMAN_PRE_POST="no"
|
PACMAN_PRE_POST="no"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue