bash
This commit is contained in:
parent
0e3cc7e07a
commit
5574fe2244
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Based on bin/freedombox-customize from freedom-maker
|
||||
#
|
||||
|
@ -18,9 +18,6 @@
|
|||
set -e
|
||||
set -x
|
||||
|
||||
# The number of arguments
|
||||
NO_OF_ARGS=$#
|
||||
|
||||
MY_USERNAME=$USER
|
||||
MY_PASSWORD='freedombone'
|
||||
|
||||
|
|
Loading…
Reference in New Issue