Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhie <phie@phie.ovh>2021-02-24 18:59:14 +0300
committerPhie <phie@phie.ovh>2021-02-24 18:59:14 +0300
commit9a7af37f36e7cad3e3e7562c8d5cbde1e9244162 (patch)
tree8e0611516be0f793b8825bfdb252f60adb72fb4d
parent3335cbfa6d9b424c7ebfa983c123fb9a81572003 (diff)
avoid issue with nextcloud when extracting an archive with a symlink
-rwxr-xr-xrelease.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.sh b/release.sh
index a240218..dd76948 100755
--- a/release.sh
+++ b/release.sh
@@ -46,6 +46,7 @@ rm carnet-*-v*
sudo rm templates/CarnetElectron/dist/ -R
sudo rm .Trash-1000 -R
sudo rm ACRA*
+ sudo rm ./vendor/bin/phpunit #avoid issue with nextcloud when extracting an archive with a symlink
cd templates/CarnetElectron/
#bash minify.sh
cd ../../../