Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn authored and Cedric Halbronn committed Sep 21, 2018
1 parent 56d82f6 commit 7b7ec92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unpack_repack_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ setup_serialshell()
sed -i 's/echo "\/sbin\/reboot -d 3"/echo "echo \\"[asafw run_cmd] Do nothing instead of rebooting\\""/' asa/scripts/rcS
fi

declare -a scripts_list=("lstart.sh" "ldebug.sh" "lkill.sh" "lclean.sh", "ltrap.sh")
declare -a scripts_list=("lstart.sh" "ldebug.sh" "lkill.sh" "lclean.sh" "ltrap.sh")
for file in "${scripts_list[@]}"
do
log "Copying ${file} script"
Expand Down

0 comments on commit 7b7ec92

Please sign in to comment.