refresh settings if analytics file missing

pull/39/head
Botspot 5 years ago
parent df3ca91f15
commit f234148b79

6
gui

@ -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

Loading…
Cancel
Save