From f95de8af9e539366a0dfb363b439e703af51f41b Mon Sep 17 00:00:00 2001 From: Lucas Morel <88167062+PixPix20@users.noreply.github.com> Date: Wed, 8 Oct 2025 19:01:45 +0200 Subject: [PATCH] Fix directory creation for AFS configuration --- launcher.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/launcher.sh b/launcher.sh index 44e36f4..8d20bb5 100644 --- a/launcher.sh +++ b/launcher.sh @@ -32,15 +32,15 @@ margin_storage=419430400 #400Mo, marge de securité pour que vous puissiez utili env="dev" #AFS afs="" -i3="$afs/.confs/config/i3/config" - if [ "$env" = "dev" ]; then afs="$HOME/test" - mkdir $afs $i3 else afs="$HOME/afs" fi +i3="$afs/.confs/config/i3/config" +mkdir -p "$afs" "$i3" + #LAUNCHER minecraft_path="$afs/minecraft" #dossier qui contient minecraft la conf du launcher etc