mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-22 07:09:10 +00:00
Deal with wrong permissions for folders.
This commit is contained in:
parent
975fe98cbf
commit
e2ccb4c049
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ fromdos ./debian/*
|
||||||
echo Version: "$dependent_build_number" Branch: "$dependent_build_branch"
|
echo Version: "$dependent_build_number" Branch: "$dependent_build_branch"
|
||||||
|
|
||||||
rm -r ./sonarr_bin/Sonarr.Update
|
rm -r ./sonarr_bin/Sonarr.Update
|
||||||
chmod -R 664 ./sonarr_bin/*
|
rm ./sonarr_bin/System.Runtime.InteropServices.RuntimeInformation.dll
|
||||||
|
chmod -R ugo-x,ugo+rwX,go-w ./sonarr_bin/*
|
||||||
|
|
||||||
echo Updating changelog
|
echo Updating changelog
|
||||||
sed -i "s/{version}/$dependent_build_number/g" debian/changelog
|
sed -i "s/{version}/$dependent_build_number/g" debian/changelog
|
||||||
|
|
Loading…
Reference in a new issue