fixing a shell bug in postrm

This commit is contained in:
Benjamin Sonntag 2012-08-26 17:30:43 +00:00
parent b404381776
commit 238be34056
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ case "$1" in
# Restore orignals conf files which have been replaced by Alternc
# With the oldest tar found
$BACKUP=$(ls /var/backups/alternc/etc-original*.tar.gz | head -n 1)
BACKUP=$(ls /var/backups/alternc/etc-original*.tar.gz | head -n 1)
tar -C / -xf "$BACKUP" 2>/dev/null || true
;;