make silent

This commit is contained in:
iamromulan
2024-05-10 15:38:23 -04:00
parent cb0d9e776d
commit eb05cfad0b

View File

@@ -24,8 +24,8 @@ remount_ro() {
# Installation Prep
remount_rw
systemctl daemon-reload
rm $SERVICE_FILE
rm $SERVICE_NAME
rm $SERVICE_FILE > /dev/null 2>&1
rm $SERVICE_NAME > /dev/null 2>&1
# Create the systemd service file
cat <<EOF > "$SERVICE_FILE"