File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ function update_script() {
6161 $STD node bin/build.js dist
6262 sed -i " s/localhost:3012/${IP} :3012/g" /opt/cronicle/conf/config.json
6363 $STD /opt/cronicle/bin/control.sh start
64- $STD cp /opt/cronicle/bin/cronicled.init /etc/init.d/cronicled
65- chmod 775 /etc/init.d/cronicled
66- $STD update-rc.d cronicled defaults
6764 msg_ok " Installed Cronicle Worker"
6865
6966 echo -e " \n Add Masters secret key to /opt/cronicle/conf/config.json \n"
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ $STD node bin/build.js dist
2424sed -i " s/localhost:3012/${IP} :3012/g" /opt/cronicle/conf/config.json
2525$STD /opt/cronicle/bin/control.sh setup
2626$STD /opt/cronicle/bin/control.sh start
27- $STD cp /opt/cronicle/bin/cronicled.init /etc/init.d/cronicled
28- chmod 775 /etc/init.d/cronicled
29- $STD update-rc.d cronicled defaults
3027msg_ok " Configured Cronicle Primary Server"
3128
3229motd_ssh
You can’t perform that action at this time.
0 commit comments