mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Merge pull request #3281 from LibreSign/fix/remove-unecessary-chown
fix: remove unecessary chown
This commit is contained in:
commit
aa34cdda60
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -130,7 +130,6 @@ appstore:
|
|||
fi
|
||||
|
||||
if [ -f $(cert_dir)/$(app_name).key ]; then \
|
||||
chown -R www-data:www-data $(project_directory) ; \
|
||||
curl -o $(cert_dir)/$(app_name).crt \
|
||||
"https://github.com/nextcloud/app-certificate-requests/raw/master/$(app_name)/$(app_name).crt"; \
|
||||
$(occ) libresign:install --all --architecture aarch64; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue