1
0
Fork 0
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:
Taloth Saldono 2018-11-10 01:24:42 +01:00
parent 975fe98cbf
commit e2ccb4c049

View file

@ -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