Skip to content

Commit 382c7fc

Browse files
committed
bin/log removed not necessary code
1 parent 730e953 commit 382c7fc

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

compose/bin/log

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
#!/usr/bin/env bash
2-
[ -z "$1" ] && echo "Please specify a CLI command (ex. ls)" && exit
3-
bin/docker-compose exec phpfpm "$@"
4-
5-
#!/bin/bash
6-
7-
source bin/vars/color-vars
82

93
CONTAINER_LOG_PATH="/var/www/html/var/log/";
104

0 commit comments

Comments
 (0)