summarylogtreecommitdiffstats
path: root/makerbot-desktop.install
diff options
context:
space:
mode:
authorFrancisco2015-08-21 13:23:28 -0500
committerFrancisco2015-08-21 13:23:28 -0500
commitb3dd360894a1c8d2a114357f667bc3ab77ba94db (patch)
tree5f696a3a460a9420b7afdd659f074137cf31810d /makerbot-desktop.install
parent6b7db039804c04e1e0091d4a628d6af671248eb9 (diff)
downloadaur-b3dd360894a1c8d2a114357f667bc3ab77ba94db.tar.gz
Added jsoncpp0.6.0rc2 as a dependency.
makerware crashes with any more recent version of it. Also, now /var/log/conveyor/conveyord.log's ownership is taken by the user 'conveyor'
Diffstat (limited to 'makerbot-desktop.install')
-rwxr-xr-xmakerbot-desktop.install7
1 files changed, 5 insertions, 2 deletions
diff --git a/makerbot-desktop.install b/makerbot-desktop.install
index d35b6b82d1d3..0d8811ad0351 100755
--- a/makerbot-desktop.install
+++ b/makerbot-desktop.install
@@ -47,11 +47,14 @@ post_install() {
gpasswd -a conveyor root
+ chown /var/log/conveyor/conveyord.log
+
## Enable and start conveyor service
echo -e "Enabling and starting conveyor.service"
systemctl enable conveyor
systemctl start conveyor
}
-
-
+post_upgrade() {
+ chown conveyor /var/log/conveyor/conveyord.log
+} \ No newline at end of file