|
|
@ -15,9 +15,9 @@ function error {
|
|
|
|
"${DIRECTORY}/install"
|
|
|
|
"${DIRECTORY}/install"
|
|
|
|
fi) &
|
|
|
|
fi) &
|
|
|
|
|
|
|
|
|
|
|
|
#create hidelist file if nonexistent
|
|
|
|
#refresh settings if analytics file missing
|
|
|
|
(if [ ! -f "${DIRECTORY}/data/hidelist" ];then
|
|
|
|
(if [ ! -f "${DIRECTORY}/data/settings/Enable analytics" ];then
|
|
|
|
echo 'template' > "${DIRECTORY}/data/hidelist"
|
|
|
|
"${DIRECTORY}/settings" refresh
|
|
|
|
fi) &
|
|
|
|
fi) &
|
|
|
|
|
|
|
|
|
|
|
|
#Variable 1 is used to view the details of the specified app
|
|
|
|
#Variable 1 is used to view the details of the specified app
|
|
|
|