Skip to content

Commit

Permalink
Add missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Jan 19, 2017
1 parent f1e5f9a commit 047ea69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install-papirus-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "=> Unpacking archive ..."
tar -xzf "/tmp/$gh_repo.tar.gz" -C "$temp_dir"
echo "=> Deleting old $gh_desc ..."
sudo rm -rf /usr/share/filezilla/resources/papirus \
/usr/share/filezilla/resources/epapirus
/usr/share/filezilla/resources/epapirus \
/usr/share/filezilla/resources/papirus-dark
echo "=> Installing ..."
sudo cp --no-preserve=mode,ownership -r \
Expand Down
2 changes: 1 addition & 1 deletion remove-papirus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ EOF

echo "=> Removing $gh_desc ..."
sudo rm -rf /usr/share/filezilla/resources/papirus \
/usr/share/filezilla/resources/epapirus
/usr/share/filezilla/resources/epapirus \
/usr/share/filezilla/resources/papirus-dark
echo "=> Done!"

0 comments on commit 047ea69

Please sign in to comment.