Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
share
/
mysql-common
/
File Content:
configure-symlinks
#!/bin/sh set -e case "$1" in install) variant="$2" my_cnf_path="$3" update-alternatives --install /etc/mysql/my.cnf my.cnf "$my_cnf_path" 200 ;; remove) variant="$2" my_cnf_path="$3" update-alternatives --remove my.cnf "$my_cnf_path" ;; esac
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
configure-symlinks
276 bytes
0755
N4ST4R_ID | Naxtarrr