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

Do not delete certificate on reconfiguration

parent b04203f2
Branches
No related tags found
No related merge requests found
...@@ -6,9 +6,8 @@ source config.sh ...@@ -6,9 +6,8 @@ source config.sh
# and configurations. # and configurations.
function remove_all_configs() { function remove_all_configs() {
echo "Removing all previous configs..." echo "Removing all previous configs..."
git clean -fd
git pull
rm -rf $MUMBLE_DIR $JITSI_DIR $NOVNC_DIR rm -rf $MUMBLE_DIR $JITSI_DIR $NOVNC_DIR
git pull
echo "Removed all repositories." echo "Removed all repositories."
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment