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

Remove all previous files.

parent cc49b574
No related branches found
No related tags found
No related merge requests found
...@@ -28,14 +28,13 @@ set_individual_settings(){ ...@@ -28,14 +28,13 @@ set_individual_settings(){
if cd $jitsi_dir; then if cd $jitsi_dir; then
# dir exists # dir exists
# just pull updates # just pull updates
git pull
cd ../ cd ../
else rm -rf $jitsi_dir
fi
# Repository does not exist. # Repository does not exist.
# Clone and rename it. # Clone and rename it.
git clone $jitsi_repository git clone $jitsi_repository
mv docker-jitsi-meet $jitsi_dir mv docker-jitsi-meet $jitsi_dir
fi
# Apply configuration # Apply configuration
cd $jitsi_dir cd $jitsi_dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment