maquetador-graficas/storagePermission.sh
Juan Felipe Zapata Moreno c6c2f78d16 Initial Commit
2025-08-12 09:36:02 -06:00

7 lines
181 B
Bash
Executable File

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