mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2025-04-03 15:34:16 +02:00
Adapted documentary
This commit is contained in:
parent
05ed400c32
commit
6e3ec5e7d0
@ -1,5 +1,5 @@
|
|||||||
# Linux Image Manager
|
# Linux Image Manager
|
||||||
[](./LICENSE.txt) [](https://www.codacy.com/manual/kevinveenbirkenbach/core-system?utm_source=github.com&utm_medium=referral&utm_content=kevinveenbirkenbach/core-system&utm_campaign=Badge_Grade) [](https://travis-ci.org/kevinveenbirkenbach/core-system)
|
[](./LICENSE.txt)
|
||||||
|
|
||||||
This repository contains some shell scripts to download and configure linux images and to transfer them to a storage.
|
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..." &&
|
info "Creating directory $DECRYPTED_PATH..." &&
|
||||||
mkdir "$DECRYPTED_PATH" || error
|
mkdir "$DECRYPTED_PATH" || error
|
||||||
fi
|
fi
|
||||||
info "Encrypting directory $DECRYPTED_PATH to $DECRYPTED_PATH..." &&
|
info "Decrypting directory $DECRYPTED_PATH to $DECRYPTED_PATH..." &&
|
||||||
encfs "$ENCRYPTED_PATH" "$DECRYPTED_PATH" || error
|
encfs "$ENCRYPTED_PATH" "$DECRYPTED_PATH" || error
|
||||||
echo "ATTENTION: DATA IS NOW DECRYPTED!"
|
echo "ATTENTION: DATA IS NOW DECRYPTED!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user