From 4cf48d23c83c5649dcff51c1d9e5499910875823 Mon Sep 17 00:00:00 2001 From: TheElectronWill Date: Mon, 23 Jan 2017 22:42:05 +0100 Subject: [PATCH] minor things --- create-package.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/create-package.sh b/create-package.sh index c931e1d..46f55b1 100755 --- a/create-package.sh +++ b/create-package.sh @@ -2,7 +2,6 @@ # Author: TheElectronWill # This script downloads the latest version of Discord for linux, and creates a package with rpmbuild. -# Defines the needed paths desktop_model="$PWD/discord.desktop" spec_file="$PWD/discord.spec" @@ -69,7 +68,7 @@ ask_remove_dir() { # If it doesn't exist, creates it. manage_dir() { if [ -d "$1" ]; then - echo "The $2 directory already exist. It may contain outdated things." + echo "The $2 directory already exist. It may contain outdated data." ask_remove_dir "$1" fi mkdir -p "$1"