modules/firefox-profile: minor fix
This commit is contained in:
parent
0998af9706
commit
03bf83eac5
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ if [[ -f $profile/.unpacked ]] {
|
|||
return
|
||||
}
|
||||
|
||||
compressor=$compressor[(w)1]
|
||||
if [[ -f $profile$ext ]] {
|
||||
$compressor -cd $profile$ext | tar -xp && touch $profile/.unpacked
|
||||
(( $? )) && die "failed to unpack the profile"
|
||||
|
|
Loading…
Add table
Reference in a new issue