repuve-backend-v1/permission.sh
Moisés de Jesús Cortés Castellanos 517628b92d
ADD: Plantilla Holos (#1)
2024-12-13 16:14:50 -06:00

8 lines
157 B
Bash
Executable File

#!/bin/bash
read -p "Usuario del sistema: " myuser
chown -R $myuser:www-data bootstrap/cache/ storage/
chmod -R 775 bootstrap/cache/ storage/
echo "Done!"