Ver código fonte

Placeholder functions

Bob Mottram 8 anos atrás
pai
commit
d9a5c3abde
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10
    0
      src/freedombone-app-rss

+ 10
- 0
src/freedombone-app-rss Ver arquivo

53
                USB_MOUNT
53
                USB_MOUNT
54
                MY_USERNAME)
54
                MY_USERNAME)
55
 
55
 
56
+function remove_user_rss {
57
+    remove_username="$1"
58
+}
59
+
60
+function add_user_rss {
61
+    new_username="$1"
62
+    new_user_password="$2"
63
+    echo '0'
64
+}
65
+
56
 function install_interactive_rss {
66
 function install_interactive_rss {
57
     echo -n ''
67
     echo -n ''
58
     APP_INSTALLED=1
68
     APP_INSTALLED=1