remove newlines in prune

This commit is contained in:
Heavybullets8 2022-07-31 13:06:00 -06:00
parent 58ab28ef0f
commit 07d4b2c791

View File

@ -16,7 +16,7 @@ echo
export -f sync export -f sync
prune(){ prune(){
echo -e "\n\n🄿 🅁 🅄 🄽 🄴" echo -e "🄿 🅁 🅄 🄽 🄴"
echo "Pruned Docker Images" echo "Pruned Docker Images"
docker image prune -af | grep "^Total" || echo "Failed to Prune Docker Images" docker image prune -af | grep "^Total" || echo "Failed to Prune Docker Images"
} }