Bob Mottram 9 years ago
parent
commit
5574fe2244
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      src/freedombone-image-customise

+ 1
- 4
src/freedombone-image-customise View File

@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/bin/bash
2 2
 #
3 3
 # Based on bin/freedombox-customize from freedom-maker
4 4
 #
@@ -18,9 +18,6 @@
18 18
 set -e
19 19
 set -x
20 20
 
21
-# The number of arguments
22
-NO_OF_ARGS=$#
23
-
24 21
 MY_USERNAME=$USER
25 22
 MY_PASSWORD='freedombone'
26 23