Created
October 30, 2019 21:10
-
-
Save cleydyr/537e724ba09ced94112eeb0fb2edcaa3 to your computer and use it in GitHub Desktop.
Criar pasta padrão para backups do Biblivre
This file contains 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
tomcat7_home_folder=`getent passwd "tomcat7" | cut -d: -f6`/Biblivre | |
sudo mkdir $tomcat7_home_folder | |
sudo chown tomcat7 $tomcat7_home_folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment