tiro-notes 0.30.4-2.15 → 0.30.4-2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +2 -0
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -234,9 +234,11 @@ function main () {
|
|
|
234
234
|
// open in browser
|
|
235
235
|
if (argsObj.open) openInBrowser(`${protocol}://localhost:${port}`);
|
|
236
236
|
|
|
237
|
+
console.log ("[BACKUP] init00");
|
|
237
238
|
// start tunnel with autossh if asked
|
|
238
239
|
startSshTunnel(argsObj);
|
|
239
240
|
|
|
241
|
+
console.log ("[BACKUP] init01");
|
|
240
242
|
// start backup script
|
|
241
243
|
startBackupScript(argsObj, dataFolder);
|
|
242
244
|
|