aboutsummaryrefslogtreecommitdiff
path: root/clean_repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clean_repo.sh')
-rwxr-xr-xclean_repo.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/clean_repo.sh b/clean_repo.sh
index 4b29d92..dc3f7c7 100755
--- a/clean_repo.sh
+++ b/clean_repo.sh
@@ -1,6 +1,2 @@
#!/bin/sh
-ssh freebsd@cynerd.cz "
-rm -rf /usr/local/www/data/myrepo
-mkdir -p /usr/local/www/data/myrepo/turris
-mkdir -p /usr/local/www/data/myrepo/omnia
-"
+ssh cynerd.cz -- /bin/sh -c 'rm -rf /var/www/myrepo/*'