Small fixes
This commit is contained in:
parent
15871637aa
commit
f01c296750
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ esac
|
||||||
# Clone repository
|
# Clone repository
|
||||||
if [ -d "/home" ]; then
|
if [ -d "/home" ]; then
|
||||||
mkdir -p /home/new_directory
|
mkdir -p /home/new_directory
|
||||||
echo "📂 '/home/new_directory' has been created."
|
echo "📂 '/home/new_directory' has been created"
|
||||||
else
|
else
|
||||||
echo "❌ '/home' directory does not exist. Exiting..."
|
echo "❌ '/home' directory does not exist. Exiting..."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue