2023-02-05 22:42:47 +00:00
|
|
|
#!/bin/sh
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
|
|
|
|
2023-08-07 00:30:11 +00:00
|
|
|
# Minimal OS variable loading for performance
|
|
|
|
. /etc/profile.d/02-distribution
|
2023-02-05 22:42:47 +00:00
|
|
|
|
2023-04-22 20:01:07 +00:00
|
|
|
tocon "Configuring LEDs..."
|
2023-02-06 17:16:00 +00:00
|
|
|
/usr/bin/ledcontrol
|