mirror of https://github.com/midoks/mdserver-web
pull/109/head
parent
75b5d7fff0
commit
ea1765af58
@ -1,6 +1,6 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin |
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin |
||||||
export $PATH |
export PATH |
||||||
LANG=en_US.UTF-8 |
LANG=en_US.UTF-8 |
||||||
|
|
||||||
echo "unkown server!!!" |
echo "unkown server!!!" |
@ -1,6 +1,6 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin |
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin |
||||||
export $PATH |
export PATH |
||||||
LANG=en_US.UTF-8 |
LANG=en_US.UTF-8 |
||||||
|
|
||||||
echo 'The development environment only needs to be downloaded again!' |
echo 'The development environment only needs to be downloaded again!' |
||||||
|
@ -1,6 +1,6 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin |
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin |
||||||
export $PATH |
export PATH |
||||||
LANG=en_US.UTF-8 |
LANG=en_US.UTF-8 |
||||||
|
|
||||||
echo "update unkown server!!!" |
echo "update unkown server!!!" |
Loading…
Reference in new issue