darwin-rebuild: fix check
This commit is contained in:
parent
4bffc92b7a
commit
bbedef2143
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ if [ "$action" = list -o "$action" = rollback ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "$action" = rollback -o "$action" = check ]; then
|
||||
if [ "$action" = rollback ]; then
|
||||
systemConfig="$(cat $profile/systemConfig)"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue