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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user