mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Adapted documentary
This commit is contained in:
parent
05ed400c32
commit
6e3ec5e7d0
@ -1,5 +1,5 @@
|
||||
# Linux Image Manager
|
||||
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](./LICENSE.txt) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/6e66409513d7451b949afbf0373ba71f)](https://www.codacy.com/manual/kevinveenbirkenbach/core-system?utm_source=github.com&utm_medium=referral&utm_content=kevinveenbirkenbach/core-system&utm_campaign=Badge_Grade) [![Travis CI](https://travis-ci.org/kevinveenbirkenbach/core-system.svg?branch=master)](https://travis-ci.org/kevinveenbirkenbach/core-system)
|
||||
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](./LICENSE.txt)
|
||||
|
||||
This repository contains some shell scripts to download and configure linux images and to transfer them to a storage.
|
||||
|
||||
|
@ -12,6 +12,6 @@ if [ ! -d "$DECRYPTED_PATH" ]
|
||||
info "Creating directory $DECRYPTED_PATH..." &&
|
||||
mkdir "$DECRYPTED_PATH" || error
|
||||
fi
|
||||
info "Encrypting directory $DECRYPTED_PATH to $DECRYPTED_PATH..." &&
|
||||
info "Decrypting directory $DECRYPTED_PATH to $DECRYPTED_PATH..." &&
|
||||
encfs "$ENCRYPTED_PATH" "$DECRYPTED_PATH" || error
|
||||
echo "ATTENTION: DATA IS NOW DECRYPTED!"
|
||||
|
Loading…
Reference in New Issue
Block a user