Housekeeping resotre had a extra line and a change to restore process

This commit is contained in:
kake26 2024-08-09 15:03:49 -05:00
parent d74929f654
commit 227c83867c
Signed by: kake26
GPG key ID: E8AFC43591876B4D
4 changed files with 17 additions and 3 deletions

View file

@ -26,4 +26,14 @@ fi
# I know its so high tech and amazing right?
# We are going to do a double check here using lsb_release
if [ -x "$(command -v lsb_release)" ]; then
# osp=$(lsb_release -i | awk '{print $3}')
fi