diff options
| author | Shulhan <ms@kilabit.info> | 2021-08-30 10:07:58 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-08-30 10:07:58 +0700 |
| commit | 57922f603f6acdfbd54c610279ab024c73d7650d (patch) | |
| tree | d3f4ec269cb9c89246c4acb8876f96b7ecbdde8b /editor/example.html | |
| parent | 7dcf086fe48f7a1690122418b7f7108e7be9c6a2 (diff) | |
| download | pakakeh.ts-57922f603f6acdfbd54c610279ab024c73d7650d.tar.xz | |
editor: fix example converting the content to base64
Diffstat (limited to 'editor/example.html')
| -rw-r--r-- | editor/example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/example.html b/editor/example.html index c4eef27..8763dbc 100644 --- a/editor/example.html +++ b/editor/example.html @@ -16,7 +16,7 @@ let nodeFile = { name: "Test", path: "/test", - content: `mkdir -p \${HOME}/aur/stackdriver-collectd + content: btoa(`mkdir -p \${HOME}/aur/stackdriver-collectd git -C \${HOME}/aur/stackdriver-collectd clone \\ ssh://aur@aur.archlinux.org/stackdriver-collectd.git . @@ -46,7 +46,7 @@ sudo systemctl status stackdriver-collectd sudo systemctl restart telegraf sudo systemctl status telegraf -`, +`), } function main() { |
