Small fixes

This commit is contained in:
Sefinek 2025-01-18 02:45:52 +01:00
parent 15871637aa
commit f01c296750

View file

@ -111,7 +111,7 @@ esac
# Clone repository
if [ -d "/home" ]; then
mkdir -p /home/new_directory
echo "📂 '/home/new_directory' has been created."
echo "📂 '/home/new_directory' has been created"
else
echo "❌ '/home' directory does not exist. Exiting..."
exit 1