[core] cleanup (remove base_settings & unneeded comments) (#2351)

This commit is contained in:
CanbiZ 2025-02-13 14:40:49 +01:00 committed by GitHub
parent aaa6ae879b
commit 6f131933b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
241 changed files with 9 additions and 974 deletions

View file

@ -119,18 +119,13 @@ var_unprivileged="1"
## 2.2 **📋 App output & base settings**
```bash
# App Output & Base Settings
header_info "$APP"
base_settings
```
- `header_info`: Generates ASCII header for APP
- `base_settings`: Allows overwriting variable values
## 2.3 **🛠 Core functions**
```bash
# Core
variables
color
catch_errors

View file

@ -23,11 +23,7 @@ var_version="[VERSION]"
var_unprivileged="[UNPRIVILEGED]"
# 1 = unprivileged container, 0 = privileged container
# App Output & Base Settings
header_info "$APP"
base_settings
# Core
variables
color
catch_errors