mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
remove unused script
This commit is contained in:
parent
8803b32aee
commit
348ac9d3ac
BIN
archive/community.applications-2017.10.01a.txz
Normal file
BIN
archive/community.applications-2017.10.01a.txz
Normal file
Binary file not shown.
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "community.applications">
|
||||
<!ENTITY author "Andrew Zawadzki">
|
||||
<!ENTITY version "2017.10.01">
|
||||
<!ENTITY md5 "3f423b16ad099dba7ce5a3149aec3f93">
|
||||
<!ENTITY version "2017.10.01a">
|
||||
<!ENTITY md5 "f57dba2e59e6b077f4f287eed4fff296">
|
||||
<!ENTITY launch "Settings/PluginSettings">
|
||||
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
|
||||
<!ENTITY github "Squidly271/community.applications">
|
||||
|
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
if [[ -e /tmp/community.applications/tempFiles/appdata/inprogress ]]
|
||||
then
|
||||
logger "Community Applications Calculations of Appdata in progress"
|
||||
PID=`cat /tmp/community.applications/tempFiles/appdata/inprogress`
|
||||
logger "Terminating $PID"
|
||||
kill $PID
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user