Tidying
This commit is contained in:
parent
e3b3e2c4d4
commit
930c35098a
|
@ -96,7 +96,6 @@ function upgrade_cryptpad {
|
||||||
systemctl start cryptpad
|
systemctl start cryptpad
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function backup_local_cryptpad {
|
function backup_local_cryptpad {
|
||||||
source_directory=$CRYPTPAD_DIR/datastore
|
source_directory=$CRYPTPAD_DIR/datastore
|
||||||
if [ -d $source_directory ]; then
|
if [ -d $source_directory ]; then
|
||||||
|
|
Loading…
Reference in New Issue