Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 77f819b

Browse files
committed
updated
1 parent 11624b2 commit 77f819b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/before_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22
echo "Cleaning old app files..."
3-
sudo rm -rf /home/ubuntu/app/*
3+
sudo chown -R ubuntu:ubuntu /home/ubuntu/app
4+
rm -rf /home/ubuntu/app/*

0 commit comments

Comments
 (0)