Skip to content

Commit

Permalink
update postinstall (rebuild)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsounet committed Feb 8, 2024
1 parent 6c41380 commit f3cde9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ echo

if [[ $rebuild == 1 ]]; then
Installer_info "Rebuild MagicMirror..."
MagicMirror-rebuild 2>/dev/null || {
electron-rebuild 1>/dev/null || {
Installer_error "Rebuild Failed"
exit 255
}
Expand Down

0 comments on commit f3cde9c

Please sign in to comment.