Update customizable_post_install.sh

This commit is contained in:
MacRimi
2025-08-01 08:28:12 +02:00
committed by GitHub
parent 39930153c9
commit 45e8ca8d42

View File

@@ -3058,10 +3058,11 @@ EOF
msg_info2 "$(translate "Auto-sync was not enabled")" msg_info2 "$(translate "Auto-sync was not enabled")"
fi fi
sleep 1
systemctl restart log2ram
msg_success "$(translate "Log2RAM installation and configuration completed successfully.")" msg_success "$(translate "Log2RAM installation and configuration completed successfully.")"
register_tool "log2ram" true register_tool "log2ram" true
NECESSARY_REBOOT=1 # NECESSARY_REBOOT=1
} }