Last active
April 18, 2022 17:17
-
-
Save taufiqibrahim/03d7fbe91bd0fdfdd10ef56ae461f639 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create directory for ftp | |
export NONROOTUSER=$USER | |
sudo mkdir -p /ftpdata | |
sudo chown -R $NONROOTUSER:$NONROOTUSER /ftpdata | |
mkdir -p /ftpdata/ftpuser/buckets/$BUCKET_NAME | |
mkdir -p /ftpdata/ftpuser/passwd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment