Bob Mottram преди 9 години
родител
ревизия
5574fe2244
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  1. 1
    4
      src/freedombone-image-customise

+ 1
- 4
src/freedombone-image-customise Целия файл

@@ -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