Aleksander Machniak
2015-08-18 eb318205fcebe671f20a62a6e5e1d81622e0586f
bin/installto.sh
@@ -71,7 +71,7 @@
  if (!$err) {
    echo "Running update script at target...\n";
    system("cd $target_dir && bin/update.sh --version=$oldversion");
    system("cd $target_dir && php bin/update.sh --version=$oldversion");
    echo "All done.\n";
  }
}