fix: use just HOME (default)

This commit is contained in:
decentral1se 2024-04-05 00:33:06 +02:00
parent 49d9d4842b
commit 0660191616
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 3 deletions

View File

@ -3,10 +3,9 @@ export SEXTANT_CONF_VERSION=v1
set -x
zones(){
USER_HOME="/home/sextant"
DATA_PATH="$USER_HOME/.local/share/eotl/core"
DATA_PATH="$HOME/.local/share/eotl/core"
ZONES_URL="https://codeberg.org/eotl/core"
ZONES_PATH="$USER_HOME/.local/share/eotl/core/data/json/zones"
ZONES_PATH="$HOME/.local/share/eotl/core/data/json/zones"
if [ ! -d "$DATA_PATH/.git" ]; then
mkdir -p $DATA_PATH