mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update update.php
This commit is contained in:
parent
09862d966c
commit
d68805e97b
1 changed files with 2 additions and 2 deletions
|
@ -311,8 +311,8 @@
|
||||||
_debug("WARNING: please backup your database before continuing.");
|
_debug("WARNING: please backup your database before continuing.");
|
||||||
_debug("Type 'yes' to continue.");
|
_debug("Type 'yes' to continue.");
|
||||||
|
|
||||||
if (read_stdin() != 'yes')
|
//if (read_stdin() != 'yes')
|
||||||
exit;
|
// exit;
|
||||||
|
|
||||||
for ($i = $updater->getSchemaVersion() + 1; $i <= SCHEMA_VERSION; $i++) {
|
for ($i = $updater->getSchemaVersion() + 1; $i <= SCHEMA_VERSION; $i++) {
|
||||||
_debug("performing update up to version $i...");
|
_debug("performing update up to version $i...");
|
||||||
|
|
Loading…
Reference in a new issue