Skip to content
Snippets Groups Projects
Commit 2fbba125 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

v0.4 FIX first install

parent c5f0f9bb
Branches
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
# 2021-04-19 v0.1 <axel.hahn@iml.unibe.ch> initial version # 2021-04-19 v0.1 <axel.hahn@iml.unibe.ch> initial version
# 2021-05-09 v0.2 <axel.hahn@iml.unibe.ch> chown includes dot files # 2021-05-09 v0.2 <axel.hahn@iml.unibe.ch> chown includes dot files
# 2021-05-14 v0.3 <axel.hahn@iml.unibe.ch> add params (list, force, help) # 2021-05-14 v0.3 <axel.hahn@iml.unibe.ch> add params (list, force, help)
# 2021-05-27 v0.4 <axel.hahn@iml.unibe.ch> FIX first install
# ====================================================================== # ======================================================================
...@@ -136,7 +137,7 @@ function deploy(){ ...@@ -136,7 +137,7 @@ function deploy(){
fi fi
else else
echo "INFO: last download not available - first install or a forced update." echo "INFO: last download not available - first install or a forced update."
isupdate=$isupdate+0 isupdate=$isupdate+1
mv "${downloadtmp}" "${downloadfile}" mv "${downloadtmp}" "${downloadfile}"
fi fi
ls -l "${downloadfile}" ls -l "${downloadfile}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment