Commit c2fce33c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed typo

parent 4da973f4
...@@ -6,7 +6,7 @@ all: acs-cwmp-service acs-fs-service acs-nbi-service acs-ui-service genieacs-con ...@@ -6,7 +6,7 @@ all: acs-cwmp-service acs-fs-service acs-nbi-service acs-ui-service genieacs-con
tar xf genieacs-1.2.5.tar.gz tar xf genieacs-1.2.5.tar.gz
patch -Np1 -d genieacs-1.2.5 < genieacs-1.2.5-ping_fix.patch patch -Np1 -d genieacs-1.2.5 < genieacs-1.2.5-ping_fix.patch
patch -Np1 -d genieacs-1.2.5 < genieacs-1.2.5-genieacs-1.2.5-handle_unreachable_URL.patch patch -Np1 -d genieacs-1.2.5 < genieacs-1.2.5-handle_unreachable_URL.patch
patch -Np1 -d genieacs-1.2.5 < genieacs-1.2.5-handle_empty_connection_URL.patch patch -Np1 -d genieacs-1.2.5 < genieacs-1.2.5-handle_empty_connection_URL.patch
cd genieacs-1.2.5 && npm install cd genieacs-1.2.5 && npm install
cd genieacs-1.2.5 && NODE_OPTIONS="--max-old-space-size=3072" npm run build cd genieacs-1.2.5 && NODE_OPTIONS="--max-old-space-size=3072" npm run build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment