Quellcode durchsuchen

No command options

Bob Mottram vor 10 Jahren
Ursprung
Commit
7b17475383
1 geänderte Dateien mit 0 neuen und 22 gelöschten Zeilen
  1. 0
    22
      src/freedombone-sec

+ 0
- 22
src/freedombone-sec Datei anzeigen

28
 # You should have received a copy of the GNU General Public License
28
 # You should have received a copy of the GNU General Public License
29
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
29
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
30
 
30
 
31
-NO_OF_ARGS=$#
32
-
33
 SSL_PROTOCOLS=
31
 SSL_PROTOCOLS=
34
 SSL_CIPHERS=
32
 SSL_CIPHERS=
35
 SSH_CIPHERS=
33
 SSH_CIPHERS=
275
   clear
273
   clear
276
 }
274
 }
277
 
275
 
278
-while [[ $# > 1 ]]
279
-do
280
-key="$1"
281
-
282
-case $key in
283
-    -h|--help)
284
-    show_help
285
-    ;;
286
-    # username within /home
287
-    -u|--user)
288
-    shift
289
-    MY_USERNAME="$1"
290
-    ;;
291
-    *)
292
-    # unknown option
293
-    ;;
294
-esac
295
-shift
296
-done
297
-
298
 get_website_settings
276
 get_website_settings
299
 get_imap_settings
277
 get_imap_settings
300
 get_ssh_settings
278
 get_ssh_settings