🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/05-custom.sh
This commit is contained in:
casjay 2024-08-11 20:41:47 -04:00
parent f5e662cfef
commit 6bb0712abc
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -43,7 +43,7 @@ if curl -q -LSsf "$PHPMYADMIN_DOWNLOAD_URL" -o "/tmp/phpmyadmin.zip"; then
[ -d "/tmp/themes/$d" ] && copy "/tmp/themes/$d/." "$PHPMYADMIN_WWW_ROOT/themes/$d/"
done
symlink "/etc/phpmyadmin/config.php" "$PHPMYADMIN_WWW_ROOT/config.inc.php"
chown -Rf $WWW_USER:$WWW_USER "$PHPMYADMIN_WWW_ROOT"
chown -Rf $WWW_USER "$PHPMYADMIN_WWW_ROOT"
find "$PHPMYADMIN_WWW_ROOT" -type -d -exec chmod -f 777 {} \;
else
echo "Failed to install phpMyAdmin" >&2