Commit ba6c1169 authored by Jondy Zhao's avatar Jondy Zhao

Add extra path to scripts.

parent 7acd235a
#! /bin/bash #! /bin/bash
export PATH=/usr/local/bin:/usr/bin:$PATH
slapos_home=/opt/slapos slapos_home=/opt/slapos
slapos_cache=/opt/download-cache slapos_cache=/opt/download-cache
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
# #
# 4. # 4.
# #
export PATH=/usr/local/bin:/usr/bin:$PATH
ifname=re6stnet-lo ifname=re6stnet-lo
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
# #
# ./slapos-client-config certificate_file key_file # ./slapos-client-config certificate_file key_file
# #
export PATH=/usr/local/bin:/usr/bin:$PATH
# #
# Show error message and waiting for user to press any key quit # Show error message and waiting for user to press any key quit
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
# #
# ./slapos-node-config # ./slapos-node-config
# #
export PATH=/usr/local/bin:/usr/bin:$PATH
# #
# Return connection name by line, and replace space with '%' # Return connection name by line, and replace space with '%'
......
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