remove reset root password

This commit is contained in:
Tobias Powalowski 2023-11-08 12:35:41 +01:00
parent be3461510f
commit 249d8d28be

View file

@ -1,3 +0,0 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# created by Tobias Powalowski <tpowa@archlinux.org>
passwd -S root | grep -q 'L' && passwd -d root >/dev/null