Commit 5a221a4d by John Jarvis

temporary workaround due to root owned files

parent d2c27e15
......@@ -158,7 +158,7 @@ task :package do
# as the makeitso user
if [[ -d "#{INSTALL_DIR_PATH}" ]]; then
sudo -u makeitso rm -rf "#{INSTALL_DIR_PATH}"
sudo rm -rf "#{INSTALL_DIR_PATH}"
fi
AFTERREMOVE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment