Add command to fix passport key permissions

This commit is contained in:
CanbiZ (MickLesk)
2026-07-15 10:18:32 +02:00
committed by GitHub
parent 5fdc8a0d67
commit 2f6a425631
+1
View File
@@ -60,6 +60,7 @@ function update_script() {
php artisan 2fauth:install
chown -R www-data: /opt/2fauth
chmod -R 755 /opt/2fauth
$STD php artisan 2fauth:fix-passport-key-permissions
$STD systemctl restart php8.4-fpm
$STD systemctl restart nginx
msg_ok "Configured 2FAuth"