Placeholder functions

This commit is contained in:
Bob Mottram 2017-06-11 14:59:04 +01:00
parent 72427aa73e
commit d9a5c3abde
1 changed files with 10 additions and 0 deletions

View File

@ -53,6 +53,16 @@ rss_variables=(RSS_READER_REPO
USB_MOUNT
MY_USERNAME)
function remove_user_rss {
remove_username="$1"
}
function add_user_rss {
new_username="$1"
new_user_password="$2"
echo '0'
}
function install_interactive_rss {
echo -n ''
APP_INSTALLED=1