diff --git a/archive/community.applications-2017.09.22.txz b/archive/community.applications-2017.09.22.txz new file mode 100644 index 00000000..9af743ca Binary files /dev/null and b/archive/community.applications-2017.09.22.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/include/paths.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/include/paths.php index 4cf95cf2..991862d0 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/include/paths.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/include/paths.php @@ -13,9 +13,9 @@ $plugin = "community.applications"; -$communityPaths['persistentDataStore'] = "/var/lib/docker/unraid/community.applications.datastore"; /* anything in this folder is NOT deleted upon an update of templates */ -$communityPaths['templates-community'] = "/var/lib/docker/unraid/templates-community-apps"; /* templates and temporary files stored here. Deleted every update of applications */ $communityPaths['tempFiles'] = "/tmp/community.applications/tempFiles"; /* path to temporary files */ +$communityPaths['persistentDataStore'] = $communityPaths['tempFiles']."/community.applications.datastore"; /* anything in this folder is NOT deleted upon an update of templates */ +$communityPaths['templates-community'] = $communityPaths['tempFiles']."/templates-community-apps"; /* templates and temporary files stored here. Deleted every update of applications */ $communityPaths['community-templates-url'] = "https://raw.githubusercontent.com/Squidly271/Community-Applications-Moderators/master/Repositories.json"; $communityPaths['Repositories'] = $communityPaths['tempFiles']."/Repositories.json"; $communityPaths['community-templates-info'] = $communityPaths['tempFiles']."/templates.json"; /* json file containing all of the templates */