We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init "$1" "$2" init() {
mkdir -p /opt/cachecloud/conf mkdir -p /opt/cachecloud/data mkdir -p /opt/cachecloud/logs mkdir -p /tmp/cachecloud mkdir -p /data/redis
chown -R $1:$2 /opt/cachecloud chown -R $1:$2 /tmp/cachecloud chown -R $1:$2 /home/$1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
init "$1" "$2"
init() {
create working dirs and a tmp dir
mkdir -p /opt/cachecloud/conf
mkdir -p /opt/cachecloud/data
mkdir -p /opt/cachecloud/logs
mkdir -p /tmp/cachecloud
mkdir -p /data/redis
change owner
chown -R $1:$2 /opt/cachecloud
chown -R $1:$2 /tmp/cachecloud
chown -R $1:$2 /home/$1
The text was updated successfully, but these errors were encountered: