change aio.sh to reflect changes in 4.4.2

This commit is contained in:
Evgeny
2022-06-04 11:52:55 +03:00
parent 5c7be58b69
commit f661a31b7b

View File

@@ -1,12 +1,13 @@
#!/bin/sh
# A simple script to add, delete and edit AIO Launcher tasks and notes via Dropbox.
IFS='
'
DIR="$HOME/Dropbox/Apps/AIO Launcher"
TASKS_DIR="$DIR/tasks"
NOTES_DIR="$DIR/notes"
DIR="$HOME/Dropbox/Приложения/AIO Launcher"
#TASKS_DIR="$DIR/tasks"
#NOTES_DIR="$DIR/notes"
# Changed in AIO 4.4.2
TASKS_DIR="$DIR/w.tasks"
NOTES_DIR="$DIR/w.notes"
list() {
i=0