Re: [Resolu]Re: Script shell ?

Liste des GroupesRevenir à fcsm programmation 
Sujet : Re: [Resolu]Re: Script shell ?
De : truc (at) *nospam* bidule.fr.invalid (Brice)
Groupes : fr.comp.sys.mac.programmation
Date : 24. Feb 2023, 16:07:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <ttagbp$27rsa$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : MacCafe/2.10 (4D18)/peaberry (Mac OS X 10.15.7 (19H2026) - iMac17,1)
le 24 février 2023 à 10:09, M.V. nous fait part :


Dans le message <tt5934$1hnfn$1@dont-email.me>, Brice a écrit le 22
février 2023 à 15 h 33 :

Maintenant que tu maîtrises l'utilisation de scripts shell par CCC, tu
peux peut-être te passer d'AS !
>
Essaye d'utiliser ceci :
=+=+=+=+==+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
#!/bin/sh
>
diskutil umount 'Sto-500Go'
sleep 3
diskutil umount 'Clone Catalina - Données'
sleep 3
diskutil umount 'Clone Catalina'
=+=+=+=+==+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
>
Pour être un peu plus certain que les volumes sont démontés, tu peux
utiliser « umount force » au lieu de « umount ».
>
NB Si tu as encore un problème de « permission denied », il suffira de
faire :
>
    chmod +x 'path_to_file'
>
en remplaçant path_to_file par le chemin complet du script shell pour
que le script devienne exécutable.

chmod +x /Library/Application\
Support/com.bombich.ccc/Scripts/Ejection_Shell-01.sh
chmod: Unable to change file mode on /Library/Application
Support/com.bombich.ccc/Scripts/Ejection_Shell-01.sh: Operation not
permitted

J'ai repris chmod u=rwx,g=r,o=r /Library/Application\
Support/com.bombich.ccc/Scripts/Ejection_Shell-01.sh
c'est passé dans le terminal

J'ai fait cequivabien dans CCC et installer ce script, mais ça ne marche
pas.
Dans erreur, j'ai :
Le script shell de post-exécution s'est arrêté avec un état non nul

Tu m'as fait modifier le terminal en bash
Dois-je revenir à
*********
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
*********

et, dans ce cas, dois-je changer l'entête des scripts shell ?

Cordialement,

--
B. Graignic
enlever-bgraig@wanadoo.fr


Date Sujet#  Auteur
19 Feb 23 * Script shell ?48Brice
19 Feb 23 `* Re: Script shell ?47"Benoît L."
20 Feb 23  `* Re: Script shell ?46Brice
20 Feb 23   `* Re: Script shell ?45M.V.
20 Feb 23    `* Re: Script shell ?44Brice
20 Feb 23     +- Re: Script shell ?1M.V.
20 Feb 23     +- Re: Script shell ?1M.V.
20 Feb 23     `* Re: Script shell ?41"Benoît L."
20 Feb 23      `* Re: Script shell ?40Brice
20 Feb 23       +* Re: Script shell ?5"Benoît L."
21 Feb 23       i`* Re: Script shell ?4Brice
21 Feb 23       i `* Re: Script shell ?3"Benoît L."
22 Feb 23       i  `* Re: Script shell ?2Brice
22 Feb 23       i   `- Re: Script shell ?1"Benoît L."
21 Feb 23       `* Re: Script shell ?34M.V.
21 Feb 23        +* Re: Script shell ?31M.V.
21 Feb 23        i`* Re: Script shell ?30Brice
21 Feb 23        i `* Re: Script shell ?29M.V.
21 Feb 23        i  `* Re: Script shell ?28Brice
21 Feb 23        i   `* Re: Script shell ?27M.V.
21 Feb 23        i    `* Re: Script shell ?26M.V.
21 Feb 23        i     `* Re: Script shell ?25Brice
21 Feb 23        i      +* Re: Script shell ?23M.V.
22 Feb 23        i      i`* Re: Script shell ?22Brice
22 Feb 23        i      i +* Re: Script shell ?19M.V.
22 Feb 23        i      i i`* Re: Script shell ?18Brice
22 Feb 23        i      i i `* Re: Script shell ?17M.V.
22 Feb 23        i      i i  `* Re: Script shell ?16Brice
22 Feb 23        i      i i   `* Re: Script shell ?15M.V.
22 Feb 23        i      i i    `* [Resolu]Re: Script shell ?14Brice
24 Feb 23        i      i i     `* Re: [Resolu]Re: Script shell ?13M.V.
24 Feb 23        i      i i      `* Re: [Resolu]Re: Script shell ?12Brice
24 Feb 23        i      i i       `* Re: [Resolu]Re: Script shell ?11M.V.
24 Feb 23        i      i i        `* Re: [Resolu]Re: Script shell ?10Brice
24 Feb 23        i      i i         +* Re: [Resolu]Re: Script shell ?7M.V.
24 Feb 23        i      i i         i`* Re: [Resolu]Re: Script shell ?6Brice
24 Feb 23        i      i i         i +* Re: [Resolu]Re: Script shell ?3Brice
24 Feb 23        i      i i         i i`* Re: [Resolu]Re: Script shell ?2M.V.
24 Feb 23        i      i i         i i `- Re: [Resolu]Re: Script shell ?1Brice
24 Feb 23        i      i i         i `* Re: [Resolu]Re: Script shell ?2M.V.
24 Feb 23        i      i i         i  `- Re: [Resolu]Re: Script shell ?1Brice
24 Feb 23        i      i i         `* [HS] Re: [Resolu]Re: Script shell ?2"Benoît L."
24 Feb 23        i      i i          `- Re: [HS] Re: [Resolu]Re: Script shell ?1Richard Hachel
22 Feb 23        i      i `* Re: Script shell ?2Brice
22 Feb 23        i      i  `- Re: Script shell ?1M.V.
22 Feb 23        i      `- Re: Script shell ?1M.V.
21 Feb 23        `* Re: Script shell ?2M.V.
21 Feb 23         `- Re: Script shell ?1Brice

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal