Skip to content

Commit

Permalink
Removed read-only restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCuezva committed Jan 30, 2023
1 parent 474d0ca commit dedd9e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dashboards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ config_file() {
[ -f "$filename" ] && rm $filename

cat <<EOT >> $filename
readonly URL="$url"
readonly TOKEN="$token"
readonly DASHBOARDS_DIRECTORY="$dashboards_directory"
readonly DESTINATION_DIRECTORY="Teslamate - Custom"
readonly DIRECTORY_UID="AySq122Vh"
URL="$url"
TOKEN="$token"
DASHBOARDS_DIRECTORY="$dashboards_directory"
DESTINATION_DIRECTORY="Teslamate - Custom"
DIRECTORY_UID="AySq122Vh"
EOT

echo -e "\nFile \"$filename\" generated correctly."
Expand Down

0 comments on commit dedd9e8

Please sign in to comment.