Skip to content

Commit 5054419

Browse files
authored
Replace 'tree' command with 'ls -la' in script
1 parent 3cd667e commit 5054419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sudo /usr/local/bin/init-firewall.sh \
1010
)
1111

1212
# sometimes i forget where i started after all the firewall rule stdout
13-
tree
13+
ls -la
1414

1515
if [ "$#" -eq 0 ]; then
1616
exec /bin/bash

0 commit comments

Comments
 (0)