diff options
author | joel <joel.h.kronqvist@gmail.com> | 2021-12-19 16:56:30 +0200 |
---|---|---|
committer | joel <joel.h.kronqvist@gmail.com> | 2021-12-19 16:56:30 +0200 |
commit | 0cd168efb270cff37d6c3121529ecbf29b226e51 (patch) | |
tree | 2f01e3267ba671779873858103091d3b19cca9c8 | |
parent | 58d5e12f4bcd3381cec96685abab0353e6ffaf63 (diff) | |
download | LYLLRuoka-0cd168efb270cff37d6c3121529ecbf29b226e51.tar.gz LYLLRuoka-0cd168efb270cff37d6c3121529ecbf29b226e51.zip |
Server init & update fix
-rwxr-xr-x | init.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #!/bin/sh -cd /home/joel/FoodJS +cd /home/joel git clone "https://github.com/JoelHMikael/FoodJS.git" >> /tmp/test.txt -node ./server.js +node ./FoodJS/server.js |