From f9e485491936dd555ddb4b881b8e37628feb7aa5 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Wed, 13 Apr 2022 20:11:47 +0200 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation=20du=20dossier=20de=20profil=20s'?= =?UTF-8?q?il=20n'existe=20pas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile-manager.sh b/profile-manager.sh index d4ae3e6..78a1595 100755 --- a/profile-manager.sh +++ b/profile-manager.sh @@ -34,7 +34,7 @@ W="--width=600" H="--height=500" dossierprofil="$HOME/.config/borg/profils-borg-zenity/" -cd $dossierprofil +mkdir -p $dossierprofil && cd $dossierprofil # Affichage du menu ###########################################################