diff --git a/ajouter_video.sh b/ajouter_video.sh index d8a6191..542c058 100755 --- a/ajouter_video.sh +++ b/ajouter_video.sh @@ -113,9 +113,9 @@ GENRES=$(zenity --list --checklist --title="GENRE" --height=${haut} \ ## MANIFESTE OASIS zenity --width ${large} --height=${haut} --text-info \ - --title="Engagement OASIS Astroport/OneNation" \ + --title="Code de la propriété intellectuelle" \ --html \ - --url="https://oasis.astroport.com/" \ + --url="https://www.legifrance.gouv.fr/codes/article_lc/LEGIARTI000006278917/2008-12-11/" \ --checkbox="J'ai lu et j'accepte les termes." case $? in @@ -124,10 +124,10 @@ case $? in # next step ;; 1) - echo "Arrêt de l'installation !" && exit 1 + echo "Refus conditions" && exit 1 ;; -1) - echo "Une erreur inattendue est survenue." && exit 1 + echo "Erreur." && exit 1 ;; esac