Skip to content

Commit

Permalink
Update linux-desktop-environment-toolkit-cli.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
david-kariuki authored Sep 27, 2020
1 parent 819d9f6 commit 6b6e6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-desktop-environment-toolkit-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

: ' cPrint - Custom function to create a custom coloured print
|& tee -a $logFileName - append output stream to logs and output to terminal'
1="" # Empty any parameter passed by user
1="" # Empty any parameter passed by user during script exercution
declare -r targetLinux="Debian Linux"
declare -l -r scriptName="linux-desktop-environment-toolkit-cli" # Script file name (Set to lowers and read-only)
declare -l -r logFileName="$scriptName-logs.txt" # Script log-file name (Set to lowers and read-only)
Expand Down

0 comments on commit 6b6e6af

Please sign in to comment.