1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05: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"
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
sed -i "s/{version}/$dependent_build_number/g" debian/changelog