mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-02 04:11:33 +02:00
10 lines
246 B
Bash
Executable File
10 lines
246 B
Bash
Executable File
#!/bin/sh
|
|
echo "*"
|
|
echo "* Please give ownership to the web server user, the following directories:"
|
|
echo "*"
|
|
echo "* /etc/racktables"
|
|
echo "*"
|
|
echo -e "* Symlink /usr/share/webapps/RackTables/index.php\n\
|
|
to your webserver directory"
|
|
echo "*"
|