2023-05-09 16:30:48 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2023-10-24 13:24:29 +00:00
|
|
|
# Copyright (C) 2022-present - The JELOS Project (https://github.com/JustEnoughLinuxOS) (https://github.com/brooksytech
|
2023-05-09 16:30:48 +00:00
|
|
|
|
|
|
|
source /etc/profile
|
|
|
|
|
|
|
|
/usr/bin/start_portmaster.sh >/dev/null 2>&1
|