Skip to content

Commit

Permalink
Correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Commifreak committed Dec 4, 2022
1 parent be0755b commit e436909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ca.backup2.plg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "ca.backup2">
<!ENTITY author "Andrew Zawadzki / Robin Kluth">
<!ENTITY version "2022.12.02">
<!ENTITY md5 "4f6cb7a2d91490b6263f4369a4163bcc">
<!ENTITY version "2022.12.04">
<!ENTITY md5 "03e7c820fd9ded5834eb49964f510250">
<!ENTITY launch "Settings/BackupMainV2">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Commifreak/ca.backup2">
Expand Down
1 change: 1 addition & 0 deletions source/ca.backup2/pkg_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mkdir -p $tmpdir/$DIR

cp --parents -f $(find . -type f ! \( -iname "pkg_build.sh" -o -iname "sftp-config.json" \) ) $tmpdir/$DIR/
cd $tmpdir
chmod 0755 -R .
makepkg -l y -c y /tmp/${plugin}-${version}-x86_64-1.txz
rm -rf $tmpdir
echo "MD5:"
Expand Down

0 comments on commit e436909

Please sign in to comment.