distribution/packages/hardware/quirks/devices/Anbernic RG351M/001-hardwareinit

12 lines
251 B
Text
Raw Normal View History

2023-05-04 18:06:54 +00:00
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
. /etc/profile
MYSLEEPMODE=$(get_setting system.suspendmode)
if [ -z "${MYSLEEPMODE}" ]
then
/usr/bin/setsuspendmode freeze
fi