Skip to content

Commit

Permalink
demo: remove --force-diskspace, was a hack for test in local machine
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Nov 6, 2024
1 parent 26bbc93 commit c59b3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function demo()
echo 'admin_strength: -1' >> /etc/yunohost/settings.yml
echo 'user_strength: -1' >> /etc/yunohost/settings.yml

yunohost tools postinstall --domain "$DOMAIN" --password "demo" --username "demo" --fullname "Demo user" --force-diskspace
yunohost tools postinstall --domain "$DOMAIN" --password "demo" --username "demo" --fullname "Demo user"

APPS=(hextris nextcloud opensondage roundcube wallabag2 wordpress etherpad_mypads vaultwarden my_webapp freshrss yeswiki diagramsnet)
for APP in "${APPS[@]}"; do
Expand Down

0 comments on commit c59b3ba

Please sign in to comment.