Explorar el Código

Don't need additional header

Bob Mottram hace 8 años
padre
commit
afc7eb4971
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      src/freedombone-image-make

+ 1
- 2
src/freedombone-image-make Ver fichero

@@ -220,8 +220,7 @@ sed -i "s|MINIMUM_PASSWORD_LENGTH=.*|MINIMUM_PASSWORD_LENGTH=\"${MINIMUM_PASSWOR
220 220
 sed -i "s|INSECURE=.*|INSECURE=\"${INSECURE}\"|g" $TEMP_CUSTOMISE3
221 221
 sed -i 's|#!/bin/bash||g' $TEMP_CUSTOMISE3
222 222
 
223
-echo "#!/bin/bash" > $TEMP_CUSTOMISE4
224
-cat $TEMP_CUSTOMISE2 $TEMP_CUSTOMISE3 >> $TEMP_CUSTOMISE4
223
+cat $TEMP_CUSTOMISE2 $TEMP_CUSTOMISE3 > $TEMP_CUSTOMISE4
225 224
 if [ -f $TEMP_CUSTOMISE ]; then
226 225
 	sudo rm $TEMP_CUSTOMISE
227 226
 fi