Placeholder functions
This commit is contained in:
parent
72427aa73e
commit
d9a5c3abde
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue