Skip to content

Commit

Permalink
open source
Browse files Browse the repository at this point in the history
  • Loading branch information
daisycamber committed Nov 17, 2024
1 parent 320ddfb commit e6a06d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backup_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sun Nov 17 11:08:24 AM UTC 2024
Sun Nov 17 11:10:24 AM UTC 2024
2 changes: 1 addition & 1 deletion backup_init_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sun Nov 17 11:08:15 AM UTC 2024
Sun Nov 17 11:10:15 AM UTC 2024
2 changes: 2 additions & 0 deletions log/commands.log
Original file line number Diff line number Diff line change
Expand Up @@ -706,3 +706,5 @@
2024-11-17T11:02:12.573882+00:00 lotteh team: team [6645]: nano scripts/begin
2024-11-17T11:02:27.270591+00:00 lotteh team: team [6645]: sudo backup
2024-11-17T11:08:13.068236+00:00 lotteh team: team [6645]: nano scripts/begin
2024-11-17T11:08:27.249951+00:00 lotteh team: team [6645]: sudo backup
2024-11-17T11:10:14.422423+00:00 lotteh team: team [6645]: nano scripts/begin
2 changes: 1 addition & 1 deletion scripts/begin
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo $USER_RSA | su team -c "ssh-keygen -t rsa -N ''"
cat /home/$USER_NAME/.ssh/id_rsa.pub >> /home/$USER_NAME/.ssh/authorized_keys
echo $SSH_KEY >> /home/$USER_NAME/.ssh/authorized_keys
cd /home/team
git clone $GIT_REPO
sud su $USER_NAME -c "git clone $GIT_REPO"
# Convert the software to use the name Makeup Girl, domain mupgirl.com, mupgirl directory and settings (must be the same as above two lines), and the name Daisy with (for example) with your email and a good mail name for your project user (i'm using team, above)
sudo su $USER_NAME -c "mv /home/$USER_NAME/$GIT_PROJ /home/$USER_NAME/$PROJECT_NAME"
sudo su $USER_NAME -c "mv /home/$USER_NAME/$PROJECT_NAME/lotteh /home/$USER_NAME/$PROJECT_NAME/$PROJECT_NAME"
Expand Down

0 comments on commit e6a06d2

Please sign in to comment.