This commit is contained in:
Strix 2024-06-02 22:13:33 +02:00
commit 1816522a71
11 changed files with 229 additions and 0 deletions

6
lib/variables Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
export SC_SRC="${SC_SRC:-/opt/sconnect}"
export SC_LIB="$SC_SRC/lib"
export SC_ASSETS="$SC_SRC/assets"