1
0
Fork 0

Mettre à jour 'mybashrc'

This commit is contained in:
virtubox 2018-10-16 15:01:52 +00:00
parent 58bb67c47c
commit efd77cefe5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ encrypt_gpg() {
}
decrypt_gpg() {
gpg --output ${1%gpg} -d $1
gpg --output ${1%.gpg} -d $1
}
MAINTENANCE_APT() {