fix typo (org instead of com)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-25 17:48:03 +01:00
parent 7425f5d8fe
commit 97bf744e96
33 changed files with 40 additions and 40 deletions

View File

@@ -33,7 +33,7 @@ $STD yarn config set ignore-engines true
$STD yarn install
$STD yarn run production
$STD php artisan key:generate
$STD php artisan setup:production --email=admin@community-scripts.com --password=community-scripts.com --force
$STD php artisan setup:production --email=admin@community-scripts.org --password=community-scripts.org --force
chown -R www-data:www-data /opt/monica
chmod -R 775 /opt/monica/storage
echo "* * * * * root php /opt/monica/artisan schedule:run >> /dev/null 2>&1" >>/etc/crontab