fixed typo

This commit is contained in:
2023-08-20 12:52:21 -05:00
parent 9293d3d38d
commit 85094853b2

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [[ -f /home/akanealw ]]
if [[ -d /home/akanealw ]]
then
rm /home/akanealw/scripts/debian-essentials* > /dev/null 2>&1
mkdir /home/akanealw/scripts > /dev/null 2>&1