Skip to content
Snippets Groups Projects
Commit d0e6e247 authored by Armin Co's avatar Armin Co
Browse files

Fix if statement

parent 4bd86f62
Branches
Tags
No related merge requests found
......@@ -47,7 +47,7 @@ function remove_all() {
git pull
rm -rf $mumble_dir $jitsi_dir $novnc_dir
if [$dbg_delete_letsencrypt = "true"]
if [$dbg_delete_letsencrypt = "true"]; then
rm -rf $le_dir
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment