mysql-formula/mysql/files
Imran Iqbal 7b309f8da2
fix(mac_shortcut.sh): fix shellcheck errors
```bash
In mysql/files/mac_shortcut.sh line 5:
if [[ -e "{{ home }}/{{ user }}/Desktop/{{ app }}" ]] && [[ "${1}" -eq "remove" ]]
                                                                       ^------^ SC2154: remove is referenced but not assigned.
In mysql/files/mac_shortcut.sh line 8:
elif [[ -e "{{ dir }}/{{ app ~ '.app' if suffix else app }}" ]] && [[ "${1}" -eq "add" ]]
                                                                                 ^---^ SC2154: add is referenced but not assigned.
```
2019-12-02 22:52:26 +00:00
..
client.cnf Prevent 'key: None' in config files 2018-09-05 23:21:39 +02:00
galera.cnf Prevent 'key: None' in config files 2018-09-05 23:21:39 +02:00
mac_shortcut.sh fix(mac_shortcut.sh): fix shellcheck errors 2019-12-02 22:52:26 +00:00
my-include.cnf Use separate global config section when using a config directory. 2018-11-14 17:42:44 +01:00
my.cnf Prevent 'key: None' in config files 2018-09-05 23:21:39 +02:00
mysql-clients.cnf Prevent 'key: None' in config files 2018-09-05 23:21:39 +02:00
server.cnf Prevent 'key: None' in config files 2018-09-05 23:21:39 +02:00
usr-my.cnf Official oracle mysql repo for mysql-server creates file /usr/my.cnf 2015-02-11 02:21:31 +00:00