]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Allow optional --ignore-root-warning 3885/head
authorMartin Trigaux <mat@odoo.com>
Thu, 14 Feb 2019 11:10:51 +0000 (16:40 +0530)
committerMartin Trigaux <mat@odoo.com>
Thu, 14 Feb 2019 11:12:57 +0000 (16:42 +0530)
commitc01bda038e84156ffcd8cdc21025e7f3f3892fcf
treee624ff4ec7b7a87290b98773eddd87c45110d651
parentb1992b340e21b6846a1ec2ae6ddd7217f3b24fb5
Allow optional --ignore-root-warning

Now both
./install prod --ignore-root-warning
./install --ignore-root-warning prod

will work

$1 was both used for the environment and the root flag

Fixes wallabag/wallabag#3884
scripts/install.sh
scripts/update.sh