Skip to content
Snippets Groups Projects
Commit a5bdbabc authored by dpuzyrkov's avatar dpuzyrkov
Browse files

[*] installation fix

parent b429fa51
No related branches found
No related tags found
1 merge request!974bugfix-8996
Subproject commit fb6dfe8991bf7a7568da4be889a7ba843d01b021 Subproject commit 666d42fff18f148c8362449eb23e7b614d938915
Subproject commit f908e2750beba44ff77fab8e3ecd23354b8ff4fd Subproject commit e76118ad86a539a6c78a60b79f09682c1c42cb82
...@@ -274,7 +274,7 @@ else ...@@ -274,7 +274,7 @@ else
ln -sf $DAP_PREFIX/share/cellframe-updater.service /etc/systemd/system/cellframe-updater.service || true ln -sf $DAP_PREFIX/share/cellframe-updater.service /etc/systemd/system/cellframe-updater.service || true
ln -sf $DAP_PREFIX/share/cellframe-updater.timer /etc/systemd/system/cellframe-updater.timer || true ln -sf $DAP_PREFIX/share/cellframe-updater.timer /etc/systemd/system/cellframe-updater.timer || true
systemctl --system enable $DAP_PREFIX/share/cellframe-updater.service || true systemctl --system enable $DAP_PREFIX/share/cellframe-updater.service || true
systemctl start cellframe-updater.timer systemctl start cellframe-updater.timer || true
fi fi
fi fi
chmod 0666 $DAP_CFG chmod 0666 $DAP_CFG
......
VERSION_MAJOR=5 VERSION_MAJOR=5
VERSION_MINOR=2 VERSION_MINOR=2
VERSION_PATCH=133 VERSION_PATCH=134
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment