Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Commit f77d92d

Browse files
committed
Limpio depuaración en makefile
1 parent 0e27e25 commit f77d92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ permisos perm p:
6464
sudo chmod -R 777 runtime
6565
sudo chmod -R 775 web
6666
sudo chmod -R 777 web/assets
67-
bash -c 'yo=$(shell whoami) && sudo chown -R $${yo}:www-data . && echo $${yo}'
67+
bash -c 'yo=$(shell whoami) && sudo chown -R $${yo}:www-data .'
6868

6969
requeriments req:
7070
echo 'Instalando dependencias'

0 commit comments

Comments
 (0)