Skip to content

Commit c59b3ba

Browse files
committed
demo: remove --force-diskspace, was a hack for test in local machine
1 parent 26bbc93 commit c59b3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function demo()
182182
echo 'admin_strength: -1' >> /etc/yunohost/settings.yml
183183
echo 'user_strength: -1' >> /etc/yunohost/settings.yml
184184

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

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

0 commit comments

Comments
 (0)