Le shell est inutile
darcs-hash:20060317123509-72cb0-f39ce50f8ded48ed7f2e256756d0e780f54631e1.gz
This commit is contained in:
parent
b99fabbaf1
commit
c096cf0079
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ function chiffre () {
|
|||
function droits () {
|
||||
# modifie les droits du fichier chiffré
|
||||
echo -e "\033[1;34mChangement des droits sur le fichier\033[1;0m"
|
||||
ssh ${SRV} "sudo sh -c \"chmod 600 ${REP}/${CHOIX}.asc\""
|
||||
ssh ${SRV} "sudo chmod 600 ${REP}/${CHOIX}.asc"
|
||||
}
|
||||
|
||||
function edite () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue