]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/clean/client/dist.sh
Add comments in nginx regarding blocks that can be safely removed
[github/Chocobozzz/PeerTube.git] / scripts / clean / client / dist.sh
index 2cbbf90dc46df258ec38ab23a0176dbe0f243879..19b89de7787f7febda59194b738bc5b5fb661007 100755 (executable)
@@ -1,4 +1,6 @@
-#!/usr/bin/env sh
+#!/bin/sh
 
-cd client || exit -1
-rm -rf dist/
+set -eu
+
+cd client
+rm -rf compiled/ dist/ dll/