File tree 2 files changed +2
-14
lines changed
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ printf "%s\n""${Green}"
423
423
echo " +--------------------------------------------------------------------+"
424
424
echo " | Congratulations! You have successfully installed Nextcloud! |"
425
425
echo " | |"
426
- printf " | ${Color_Off} Login to Nextcloud in your browser:${Cyan} \" $ADDRESS2 \" ${Green} |\n"
426
+ printf " | ${Color_Off} Login to Nextcloud in your browser: ${Cyan} \" $ADDRESS2 \" ${Green} |\n"
427
427
echo " | |"
428
428
printf " | ${Color_Off} Publish your server online! ${Cyan} https://goo.gl/iUGE2U${Green} |\n"
429
429
echo " | |"
Original file line number Diff line number Diff line change @@ -16,18 +16,6 @@ debug_mode
16
16
rm " /home/$UNIXUSER /.profile"
17
17
18
18
cat << -UNIXUSER-PROFILE > "$UNIXUSER_PROFILE "
19
- # Add this here to be able to show spinner_loading while the scripts are loading
20
- spinner_loading_initial() {
21
- pid=$!
22
- spin='-\|/'
23
- i=0
24
- while kill -0 $pid 2>/dev/null
25
- do
26
- i=$(( (i+ 1 ) % 4 ))
27
- printf "\r[${spin: $i : 1} ] Loading initial script..."
28
- sleep .1
29
- done
30
- }
31
19
# ~/.profile: executed by the command interpreter for login shells.
32
20
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
33
21
# exists.
@@ -50,7 +38,7 @@ if [ -d "$HOME/bin" ]
50
38
then
51
39
PATH="$HOME /bin:$PATH "
52
40
fi
53
- bash /var/scripts/instruction.sh & spinner_loading_initial
41
+ bash /var/scripts/instruction.sh
54
42
bash /var/scripts/history.sh
55
43
sudo -i
56
44
You can’t perform that action at this time.
0 commit comments